Skip to content

Commit

Permalink
Set correct value for wordBasedSuggestion defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-haskell authored Apr 18, 2024
1 parent fac4f37 commit 17029d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"[elm]": {
"editor.tabSize": 4,
"editor.formatOnSave": true,
"editor.wordBasedSuggestions": false
"editor.wordBasedSuggestions": "off"
}
},
"configuration": [
Expand Down Expand Up @@ -157,4 +157,4 @@
"terser": "5.16.3",
"typescript": "4.9.4"
}
}
}

0 comments on commit 17029d8

Please sign in to comment.