From b5afc4a3c1902a3f3eba487545077f03ae437e66 Mon Sep 17 00:00:00 2001 From: Artem Sheremet Date: Sat, 23 Nov 2024 20:50:05 +0100 Subject: [PATCH] vscode options upgrade (noop) --- .config/Code/User/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json index dfbfa5e..aad6018 100644 --- a/.config/Code/User/settings.json +++ b/.config/Code/User/settings.json @@ -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