diff options
Diffstat (limited to '.config/Code/User/settings.json')
| -rw-r--r-- | .config/Code/User/settings.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json index 417e72a..b3f4932 100644 --- a/.config/Code/User/settings.json +++ b/.config/Code/User/settings.json | |||
| @@ -313,5 +313,10 @@ | |||
| 313 | "workbench.editor.editorActionsLocation": "hidden", | 313 | "workbench.editor.editorActionsLocation": "hidden", |
| 314 | "workbench.editor.showTabs": "none", | 314 | "workbench.editor.showTabs": "none", |
| 315 | "workbench.colorTheme": "KiJiSH Dark", | 315 | "workbench.colorTheme": "KiJiSH Dark", |
| 316 | "chat.viewSessions.orientation": "stacked" | 316 | "chat.viewSessions.orientation": "stacked", |
| 317 | "zenMode.fullScreen": false, | ||
| 318 | "zenMode.centerLayout": false, | ||
| 319 | "zenMode.showTabs": "none", | ||
| 320 | "zenMode.hideLineNumbers": false, | ||
| 321 | "zenMode.hideStatusBar": false | ||
| 317 | } \ No newline at end of file | 322 | } \ No newline at end of file |
