Configure spell check

This commit is contained in:
Andrew Kvalheim 2021-12-23 09:28:42 -08:00
parent d982bb3b40
commit fc7857ddb8

View file

@ -240,6 +240,6 @@ in
# Spelling
"cSpell.minWordLength" = 2;
"cSpell.customDictionaries" = {
custom = { path = ./words.txt; addWords = true; };
custom = { path = ./words.txt; };
};
}