Skip to content

Commit

Permalink
Merge pull request #159 from cs50/dmalan-patch-2
Browse files Browse the repository at this point in the history
Hides Layout Controls by default
  • Loading branch information
rongxin-liu authored Oct 6, 2024
2 parents 6d4dd1e + 80fd22b commit d1b0625
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@
"workbench.editor.closeOnFileDelete": true,
"workbench.editor.enablePreview": false,
"workbench.iconTheme": "vs-minimal", /* Simplify icons */
"workbench.layoutControl.enabled": false,
"workbench.preferredDarkColorTheme": "GitHub Dark Default",
"workbench.preferredLightColorTheme": "GitHub Light Default",
"workbench.startupEditor": "none",
Expand Down

0 comments on commit d1b0625

Please sign in to comment.