diff options
| author | Simen A. W. Olsen <so@bjerk.io> | 2021-02-05 22:53:00 +0100 |
|---|---|---|
| committer | Simen A. W. Olsen <so@bjerk.io> | 2021-02-05 22:53:00 +0100 |
| commit | 004ec3e75baa512342feac8d10a03b7e010563a5 (patch) | |
| tree | a866256e598a58fb9abc37ab83d583b463ffba38 /Library | |
| parent | 0ae9a4f809cc7f48f176a09eda9a6ffe0ecca489 (diff) | |
| download | dotfiles-004ec3e75baa512342feac8d10a03b7e010563a5.tar.gz dotfiles-004ec3e75baa512342feac8d10a03b7e010563a5.zip | |
2021 update
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Application Support/Code/User/settings.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Library/Application Support/Code/User/settings.json b/Library/Application Support/Code/User/settings.json index a7a8250..0e4e70f 100644 --- a/Library/Application Support/Code/User/settings.json +++ b/Library/Application Support/Code/User/settings.json @@ -59,5 +59,11 @@ "python.languageServer": "Microsoft", "debug.javascript.breakOnConditionalError": true, "debug.javascript.autoAttachFilter": "smart", - "debug.javascript.usePreview": false + "debug.javascript.usePreview": false, + "todo-tree.tree.showScanModeButton": false, + "editor.suggestSelection": "first", + "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", + "[dockerfile]": { + "editor.defaultFormatter": "ms-azuretools.vscode-docker" + } }
\ No newline at end of file |
