spell check settings

This commit is contained in:
hay-kot 2021-04-30 09:08:55 -08:00
commit a6dd8492de

View file

@ -8,7 +8,11 @@
"python.testing.pytestEnabled": true,
"python.testing.autoTestDiscoverOnSaveEnabled": false,
"python.testing.pytestArgs": ["tests"],
"cSpell.enableFiletypes": ["!javascript", "!python"],
"cSpell.enableFiletypes": [
"!javascript",
"!python",
"!yaml"
],
"i18n-ally.localesPaths": "frontend/src/locales/messages",
"i18n-ally.sourceLanguage": "en-US",
"i18n-ally.enabledFrameworks": ["vue"],