mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-02-23 18:37:23 -08:00
22 lines
744 B
JSON
22 lines
744 B
JSON
{
|
|
"python.formatting.provider": "black",
|
|
"python.pythonPath": ".venv/bin/python3.8",
|
|
"python.linting.pylintEnabled": true,
|
|
"python.linting.enabled": true,
|
|
"python.autoComplete.extraPaths": ["mealie", "mealie/mealie"],
|
|
"python.analysis.extraPaths": ["mealie", "mealie/mealie"],
|
|
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.nosetestsEnabled": false,
|
|
"python.testing.pytestEnabled": true,
|
|
"python.testing.autoTestDiscoverOnSaveEnabled": false,
|
|
"cSpell.enableFiletypes": ["!javascript", "!python"],
|
|
"python.testing.pytestArgs": ["mealie"],
|
|
"i18n-ally.localesPaths": "frontend/src/locales",
|
|
"i18n-ally.enabledFrameworks": ["vue"],
|
|
"i18n-ally.keystyle": "nested",
|
|
"cSpell.words": [
|
|
"performant"
|
|
]
|
|
}
|