From 17029d847624334ca294f6287e3efd62b5b5f415 Mon Sep 17 00:00:00 2001 From: Ryan Haskell Date: Thu, 18 Apr 2024 10:29:42 -0500 Subject: [PATCH] Set correct value for wordBasedSuggestion defaults --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a21f42d..1504258 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "[elm]": { "editor.tabSize": 4, "editor.formatOnSave": true, - "editor.wordBasedSuggestions": false + "editor.wordBasedSuggestions": "off" } }, "configuration": [ @@ -157,4 +157,4 @@ "terser": "5.16.3", "typescript": "4.9.4" } -} \ No newline at end of file +}