irritating autocomplete

This commit is contained in:
HOME-VM-TOSCHOOL 2023-11-01 23:19:14 +01:00
parent 96574d4352
commit 8ee3a296ec

13
.vscode/settings.json vendored
View File

@ -1,5 +1,16 @@
{
"cSpell.words": [
"csvfile"
]
],
"[plaintext]": {
"editor.quickSuggestions": {
"other": false,
"comments": false,
"strings": false
},
"editor.insertSpaces": false
},
"cSpell.enableFiletypes": [
"!plaintext"
],
}