irritating autocomplete
This commit is contained in:
parent
96574d4352
commit
8ee3a296ec
13
.vscode/settings.json
vendored
13
.vscode/settings.json
vendored
@ -1,5 +1,16 @@
|
||||
{
|
||||
"cSpell.words": [
|
||||
"csvfile"
|
||||
]
|
||||
],
|
||||
"[plaintext]": {
|
||||
"editor.quickSuggestions": {
|
||||
"other": false,
|
||||
"comments": false,
|
||||
"strings": false
|
||||
},
|
||||
"editor.insertSpaces": false
|
||||
},
|
||||
"cSpell.enableFiletypes": [
|
||||
"!plaintext"
|
||||
],
|
||||
}
|
Loading…
Reference in New Issue
Block a user