vscode options upgrade (noop)

This commit is contained in:
2024-11-23 20:50:05 +01:00
parent fab1592c44
commit b5afc4a3c1

View File

@@ -23,7 +23,7 @@
// Disable [confusing] file icons in Explorer
"workbench.iconTheme": null,
"editor.codeActionsOnSave": {
"source.organizeImports": true,
"source.organizeImports": "explicit"
},
"debug.toolBarLocation": "docked",
"debug.openDebug": "openOnDebugBreak",
@@ -65,7 +65,7 @@
"editor.tabCompletion": "onlySnippets",
// No suggestions when plugin does not provide them (comments, strings).
"editor.wordBasedSuggestions": false,
"editor.wordBasedSuggestions": "off",
},
"search.exclude": {
"**/.flutter": true