From fb45d8b46a1ad205769f1fb1e7d08ac5f90110c1 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Thu, 27 Jun 2024 22:07:28 -0400 Subject: [PATCH] fixed mistake --- users/richie/home/gui/vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/richie/home/gui/vscode/settings.json b/users/richie/home/gui/vscode/settings.json index 9640738..1eace75 100644 --- a/users/richie/home/gui/vscode/settings.json +++ b/users/richie/home/gui/vscode/settings.json @@ -39,7 +39,7 @@ "cSpell.enabled": true, "cSpell.language": "en,en-US", "cSpell.enableFiletypes": ["bat", "csv", "nix", "toml"], - "cSpell.userWords": ["Cahill", "syncthing", "unnesieary"], + "cSpell.userWords": ["Cahill", "syncthing"], // nix "nix.enableLanguageServer": true,