diff --git a/common/vscode.nix b/common/vscode.nix index ad60ccd..edb0242 100644 --- a/common/vscode.nix +++ b/common/vscode.nix @@ -240,6 +240,6 @@ in # Spelling "cSpell.minWordLength" = 2; "cSpell.customDictionaries" = { - custom = { path = ./words.txt; addWords = true; }; + custom = { path = ./words.txt; }; }; }