Skip to content

Commit

Permalink
feat: disable useless layout controls in VSCode
Browse files Browse the repository at this point in the history
Signed-off-by: Vladyslav Dukhin <15850680+primeare@users.noreply.github.com>
  • Loading branch information
primeare committed Dec 13, 2024
1 parent f9ee284 commit 758fa1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -99,6 +99,7 @@
"workbench.activityBar.location": "top",
"workbench.panel.showLabels": false,
"workbench.navigationControl.enabled": false,
"workbench.layoutControl.enabled": false,
"workbench.editor.empty.hint": "hidden",
"workbench.editor.highlightModifiedTabs": true,
"workbench.editor.closeOnFileDelete": true,

0 comments on commit 758fa1f

Please sign in to comment.