Skip to content

Commit f58af4f

Browse files
authored
Disable wordBasedSuggestions by default. (#2944)
1 parent 7935b97 commit f58af4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1367,10 +1367,10 @@
13671367
},
13681368
"configurationDefaults": {
13691369
"[cpp]": {
1370-
"editor.autoIndent": false
1370+
"editor.wordBasedSuggestions": false
13711371
},
13721372
"[c]": {
1373-
"editor.autoIndent": false
1373+
"editor.wordBasedSuggestions": false
13741374
}
13751375
},
13761376
"snippets": [

0 commit comments

Comments
 (0)