chore: add words to workspace dictionary to resolve cspell warnings

This commit is contained in:
Aly Thobani 2025-05-17 10:58:02 -07:00
parent 4aa4ca31f1
commit 340931c975

19
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,19 @@
{
"cSpell.words": [
"exmap",
"iunmap",
"jscommand",
"jsfile",
"Keybinds",
"keychord",
"keymap",
"nmap",
"noremap",
"nunmap",
"obcommand",
"pasteinto",
"sendkeys",
"unnamedplus",
"vunmap"
]
}