diff options
Diffstat (limited to '.config/Code/User/settings.json')
| -rw-r--r-- | .config/Code/User/settings.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json index 33cfea1..d5334f0 100644 --- a/.config/Code/User/settings.json +++ b/.config/Code/User/settings.json | |||
| @@ -307,5 +307,8 @@ | |||
| 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", | 309 | "chat.viewSessions.orientation": "stacked", |
| 310 | "python.terminal.activateEnvironment": false | 310 | "python.terminal.activateEnvironment": false, |
| 311 | "[nim]": { | ||
| 312 | "editor.defaultFormatter": "arnetheduck.vscode-nph" | ||
| 313 | } | ||
| 311 | } \ No newline at end of file | 314 | } \ No newline at end of file |
