mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -07:00
spell check settings
This commit is contained in:
parent
8e9efb4fe7
commit
a6dd8492de
1 changed files with 5 additions and 1 deletions
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
|
@ -8,7 +8,11 @@
|
||||||
"python.testing.pytestEnabled": true,
|
"python.testing.pytestEnabled": true,
|
||||||
"python.testing.autoTestDiscoverOnSaveEnabled": false,
|
"python.testing.autoTestDiscoverOnSaveEnabled": false,
|
||||||
"python.testing.pytestArgs": ["tests"],
|
"python.testing.pytestArgs": ["tests"],
|
||||||
"cSpell.enableFiletypes": ["!javascript", "!python"],
|
"cSpell.enableFiletypes": [
|
||||||
|
"!javascript",
|
||||||
|
"!python",
|
||||||
|
"!yaml"
|
||||||
|
],
|
||||||
"i18n-ally.localesPaths": "frontend/src/locales/messages",
|
"i18n-ally.localesPaths": "frontend/src/locales/messages",
|
||||||
"i18n-ally.sourceLanguage": "en-US",
|
"i18n-ally.sourceLanguage": "en-US",
|
||||||
"i18n-ally.enabledFrameworks": ["vue"],
|
"i18n-ally.enabledFrameworks": ["vue"],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue