summaryrefslogtreecommitdiff
path: root/.config/Code/User/settings.json
diff options
context:
space:
mode:
Diffstat (limited to '.config/Code/User/settings.json')
-rw-r--r--.config/Code/User/settings.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json
index 5871c8a..417e72a 100644
--- a/.config/Code/User/settings.json
+++ b/.config/Code/User/settings.json
@@ -303,7 +303,6 @@
303 "terminal.integrated.defaultProfile.linux": "zsh", 303 "terminal.integrated.defaultProfile.linux": "zsh",
304 "github.copilot.nextEditSuggestions.enabled": true, 304 "github.copilot.nextEditSuggestions.enabled": true,
305 "files.eol": "\n", 305 "files.eol": "\n",
306 "chat.viewSessions.orientation": "stacked",
307 "python.terminal.activateEnvironment": false, 306 "python.terminal.activateEnvironment": false,
308 "[nim]": { 307 "[nim]": {
309 "editor.defaultFormatter": "arnetheduck.vscode-nph" 308 "editor.defaultFormatter": "arnetheduck.vscode-nph"
@@ -313,5 +312,6 @@
313 "window.commandCenter": false, 312 "window.commandCenter": false,
314 "workbench.editor.editorActionsLocation": "hidden", 313 "workbench.editor.editorActionsLocation": "hidden",
315 "workbench.editor.showTabs": "none", 314 "workbench.editor.showTabs": "none",
316 "workbench.colorTheme": "KiJiSH Dark" 315 "workbench.colorTheme": "KiJiSH Dark",
316 "chat.viewSessions.orientation": "stacked"
317} \ No newline at end of file 317} \ No newline at end of file