From 8318a3f1d8a25245b585c6fe6e0e285fbbe38b8e Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Sun, 8 Mar 2026 16:34:33 -0400 Subject: refactor: sync changes --- .config/Code/User/settings.json | 4 ++-- 1 file 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 -- cgit v1.2.3