From fc7857ddb8879904d480b488a7611b9d155a79f5 Mon Sep 17 00:00:00 2001 From: Andrew Kvalheim Date: Thu, 23 Dec 2021 09:28:42 -0800 Subject: [PATCH] Configure spell check --- common/vscode.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; }; }