aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/Code/User/settings.json15
1 files changed, 8 insertions, 7 deletions
diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json
index d7bae40..8686b1b 100644
--- a/.config/Code/User/settings.json
+++ b/.config/Code/User/settings.json
@@ -99,10 +99,9 @@
"workbench.editor.highlightModifiedTabs": true,
"workbench.editor.restoreViewState": false,
"workbench.editor.sharedViewState": false,
- "workbench.editor.showTabs": true,
+ "workbench.editor.showTabs": "multiple",
"workbench.editor.tabCloseButton": "right",
"workbench.editor.tabSizing": "shrink",
- "workbench.editor.untitled.hint": "hidden",
"workbench.iconTheme": "sweet-vscode-icons",
"workbench.layoutControl.type": "menu",
"workbench.list.smoothScrolling": true,
@@ -118,7 +117,7 @@
"editor.autoClosingBrackets": "always",
"editor.bracketPairColorization.enabled": true,
"editor.codeActionsOnSave": {
- "source.organizeImports": true
+ "source.organizeImports": "explicit"
},
"editor.colorDecorators": false,
"editor.cursorBlinking": "phase",
@@ -146,7 +145,7 @@
"editor.maxTokenizationLineLength": 99999999,
"editor.minimap.enabled": false,
"editor.mouseWheelScrollSensitivity": 1.5,
- "editor.occurrencesHighlight": false,
+ "editor.occurrencesHighlight": "off",
"editor.renderControlCharacters": true,
"editor.renderFinalNewline": "on",
"editor.renderLineHighlight": "gutter",
@@ -164,7 +163,7 @@
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.tabCompletion": "on",
"editor.tabSize": 4,
- "editor.wordBasedSuggestions": true,
+ "editor.wordBasedSuggestions": "matchingDocuments",
"editor.wordBasedSuggestionsMode": "matchingDocuments",
"editor.wordWrap": "on",
"editor.quickSuggestions": {
@@ -402,7 +401,7 @@
"[dart]": {
"editor.suggestSelection": "first",
"editor.tabCompletion": "onlySnippets",
- "editor.wordBasedSuggestions": false
+ "editor.wordBasedSuggestions": "off"
},
"[javascript]": {
"editor.tabSize": 2
@@ -729,5 +728,7 @@
},
"workbench.colorTheme": "Sweet Dracula",
"security.workspace.trust.untrustedFiles": "open",
- "workbench.activityBar.visible": false
+ "workbench.activityBar.location": "hidden",
+ "workbench.editor.tabActionLocation": "right",
+ "workbench.editor.empty.hint": "hidden"
}