diff options
Diffstat (limited to '.config/Code')
| -rw-r--r-- | .config/Code/User/settings.json | 4 |
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 @@ "terminal.integrated.defaultProfile.linux": "zsh", "github.copilot.nextEditSuggestions.enabled": true, "files.eol": "\n", - "chat.viewSessions.orientation": "stacked", "python.terminal.activateEnvironment": false, "[nim]": { "editor.defaultFormatter": "arnetheduck.vscode-nph" @@ -313,5 +312,6 @@ "window.commandCenter": false, "workbench.editor.editorActionsLocation": "hidden", "workbench.editor.showTabs": "none", - "workbench.colorTheme": "KiJiSH Dark" + "workbench.colorTheme": "KiJiSH Dark", + "chat.viewSessions.orientation": "stacked" }
\ No newline at end of file |
