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 | |
| parent | ccbcf3f0a084e91ad4858b7b451d733e20f937a3 (diff) | |
refactor: update 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 @@ | |||
| 306 | "terminal.integrated.defaultProfile.linux": "zsh", | 306 | "terminal.integrated.defaultProfile.linux": "zsh", |
| 307 | "github.copilot.nextEditSuggestions.enabled": true, | 307 | "github.copilot.nextEditSuggestions.enabled": true, |
| 308 | "files.eol": "\n", | 308 | "files.eol": "\n", |
| 309 | "chat.viewSessions.orientation": "stacked", | ||
| 310 | "python.terminal.activateEnvironment": false | ||
| 309 | } \ No newline at end of file | 311 | } \ No newline at end of file |
