diff options
| author | Simen A. W. Olsen <so@bjerk.io> | 2021-12-09 09:24:43 +0100 |
|---|---|---|
| committer | Simen A. W. Olsen <so@bjerk.io> | 2021-12-09 09:25:44 +0100 |
| commit | 5e1ed6c9e9a1aa67f76202097ef696ca179c5739 (patch) | |
| tree | fd608169b98577faa2660efd2b2b7db44c714b90 /Library | |
| parent | 0cb6baf06f19e755bdf1ba0a5cc6a976da9f884a (diff) | |
| download | dotfiles-5e1ed6c9e9a1aa67f76202097ef696ca179c5739.tar.gz dotfiles-5e1ed6c9e9a1aa67f76202097ef696ca179c5739.zip | |
add updates
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Application Support/Code/User/settings.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Application Support/Code/User/settings.json b/Library/Application Support/Code/User/settings.json index bc59d22..7184cad 100644 --- a/Library/Application Support/Code/User/settings.json +++ b/Library/Application Support/Code/User/settings.json @@ -55,7 +55,7 @@ "go.formatTool": "goimports", "go.useLanguageServer": true, "go.buildOnSave": "workspace", - "python.languageServer": "Microsoft", + "python.languageServer": "Default", "debug.javascript.breakOnConditionalError": true, "debug.javascript.autoAttachFilter": "smart", "debug.javascript.usePreview": false, @@ -85,5 +85,6 @@ "workbench.editor.untitled.hint": "hidden", "go.toolsManagement.autoUpdate": true, "diffEditor.ignoreTrimWhitespace": false, - "redhat.telemetry.enabled": true + "redhat.telemetry.enabled": true, + "workbench.startupEditor": "none" }
\ No newline at end of file |
