From 8ee3a296ecdc4ffb5e0f1239cdfe78811810e54e Mon Sep 17 00:00:00 2001 From: HOME-VM-TOSCHOOL Date: Wed, 1 Nov 2023 23:19:14 +0100 Subject: [PATCH] irritating autocomplete --- .vscode/settings.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 8e059f8..b9ec3b6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,16 @@ { "cSpell.words": [ "csvfile" - ] + ], + "[plaintext]": { + "editor.quickSuggestions": { + "other": false, + "comments": false, + "strings": false + }, + "editor.insertSpaces": false + }, + "cSpell.enableFiletypes": [ + "!plaintext" + ], } \ No newline at end of file