fix(vscode): add "typecheck" to spellcheck dictionary

This commit is contained in:
Michael Thomas 2023-12-08 11:35:39 -05:00
parent 1233d400fd
commit e0a99fd91e

View File

@ -158,5 +158,6 @@
},
"nix.enableLanguageServer": true,
"nix.serverPath": "nil",
"workbench.colorTheme": "Min Dark"
"workbench.colorTheme": "Min Dark",
"cSpell.userWords": ["typecheck"]
}