diff options
| author | kj_sh604 | 2026-02-11 09:18:17 -0500 |
|---|---|---|
| committer | kj_sh604 | 2026-02-11 09:18:17 -0500 |
| commit | 3533cfe8f23ac00061d6d34b1af7dfe0a5177ab3 (patch) | |
| tree | a919dedc4d131f091db28b06f0189fe42d777e0b /.config/Code/User/settings.json | |
| parent | ccbcf3f0a084e91ad4858b7b451d733e20f937a3 (diff) | |
refactor: update settings.json
Diffstat (limited to '.config/Code/User/settings.json')
| -rw-r--r-- | .config/Code/User/settings.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json index 4d65c77..33cfea1 100644 --- a/.config/Code/User/settings.json +++ b/.config/Code/User/settings.json @@ -306,4 +306,6 @@ "terminal.integrated.defaultProfile.linux": "zsh", "github.copilot.nextEditSuggestions.enabled": true, "files.eol": "\n", + "chat.viewSessions.orientation": "stacked", + "python.terminal.activateEnvironment": false }
\ No newline at end of file |
