diff options
Diffstat (limited to '.config/Code/User/settings.json')
| -rw-r--r-- | .config/Code/User/settings.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json index d5334f0..8439190 100644 --- a/.config/Code/User/settings.json +++ b/.config/Code/User/settings.json | |||
| @@ -310,5 +310,13 @@ | |||
| 310 | "python.terminal.activateEnvironment": false, | 310 | "python.terminal.activateEnvironment": false, |
| 311 | "[nim]": { | 311 | "[nim]": { |
| 312 | "editor.defaultFormatter": "arnetheduck.vscode-nph" | 312 | "editor.defaultFormatter": "arnetheduck.vscode-nph" |
| 313 | } | 313 | }, |
| 314 | "zenMode.centerLayout": false, | ||
| 315 | "zenMode.fullScreen": false, | ||
| 316 | "zenMode.hideActivityBar": true, | ||
| 317 | "zenMode.hideLineNumbers": false, | ||
| 318 | "zenMode.hideStatusBar": false, | ||
| 319 | "zenMode.restore": true, | ||
| 320 | "zenMode.showTabs": "none", | ||
| 321 | "zenMode.silentNotifications": false | ||
| 314 | } \ No newline at end of file | 322 | } \ No newline at end of file |
