From 340931c975a04e35ceec855efb4be1942dbeebc5 Mon Sep 17 00:00:00 2001 From: Aly Thobani Date: Sat, 17 May 2025 10:58:02 -0700 Subject: [PATCH] chore: add words to workspace dictionary to resolve cspell warnings --- .vscode/settings.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..7ac6b81 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,19 @@ +{ + "cSpell.words": [ + "exmap", + "iunmap", + "jscommand", + "jsfile", + "Keybinds", + "keychord", + "keymap", + "nmap", + "noremap", + "nunmap", + "obcommand", + "pasteinto", + "sendkeys", + "unnamedplus", + "vunmap" + ] +}