summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkj_sh6042026-03-08 16:34:33 -0400
committerkj_sh6042026-03-08 16:34:33 -0400
commit8318a3f1d8a25245b585c6fe6e0e285fbbe38b8e (patch)
tree8ba9d974f5de964e5dc1864362c073658c975f35
parent60fb888d2096730e8787ad60be88e91e768af928 (diff)
refactor: sync changes
-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