diff options
Diffstat (limited to '.config/Code/User/settings.json')
| -rw-r--r-- | .config/Code/User/settings.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json index e35fded..c26150a 100644 --- a/.config/Code/User/settings.json +++ b/.config/Code/User/settings.json | |||
| @@ -268,9 +268,6 @@ | |||
| 268 | "window.menuBarVisibility": "toggle", | 268 | "window.menuBarVisibility": "toggle", |
| 269 | "window.newWindowDimensions": "inherit", | 269 | "window.newWindowDimensions": "inherit", |
| 270 | "window.restoreWindows": "none", | 270 | "window.restoreWindows": "none", |
| 271 | "window.commandCenter": false, | ||
| 272 | "workbench.activityBar.location": "top", | ||
| 273 | "workbench.layoutControl.enabled": false, | ||
| 274 | "workbench.colorCustomizations": { | 271 | "workbench.colorCustomizations": { |
| 275 | "editorCursor.background": "#303030", | 272 | "editorCursor.background": "#303030", |
| 276 | "editorCursor.foreground": "#69baa7", | 273 | "editorCursor.foreground": "#69baa7", |
| @@ -313,4 +310,8 @@ | |||
| 313 | "[nim]": { | 310 | "[nim]": { |
| 314 | "editor.defaultFormatter": "arnetheduck.vscode-nph" | 311 | "editor.defaultFormatter": "arnetheduck.vscode-nph" |
| 315 | }, | 312 | }, |
| 313 | "workbench.activityBar.location": "top", | ||
| 314 | "workbench.editor.showTabs": "none", | ||
| 315 | "workbench.layoutControl.enabled": false, | ||
| 316 | "window.commandCenter": false | ||
| 316 | } \ No newline at end of file | 317 | } \ No newline at end of file |
