From d0ebeee7ef687e6099c3794ded58202ba276a359 Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Fri, 22 Dec 2023 23:19:59 -0500 Subject: [PATCH] chore(vscode): update settings schema --- user/modules/vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/modules/vscode/settings.json b/user/modules/vscode/settings.json index 5188155..34b080c 100644 --- a/user/modules/vscode/settings.json +++ b/user/modules/vscode/settings.json @@ -151,7 +151,7 @@ "editor.selectionHighlight": false, "editor.suggestSelection": "first", "editor.tabCompletion": "onlySnippets", - "editor.wordBasedSuggestions": false + "editor.wordBasedSuggestions": "off" }, "[svelte]": { "editor.defaultFormatter": "esbenp.prettier-vscode"