From 83b4b02b40b44b7165cf46645f495429d4f717fe Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Tue, 11 Jul 2023 19:15:14 +0100 Subject: [PATCH] codium settings: add spelling words --- .vscode/settings.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index a08a621..42d2e3d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,5 +4,9 @@ "undefined-global", "lowercase-global", "cast-local-type" + ], + "cSpell.words": [ + "ollow", + "weacmd" ] } \ No newline at end of file