Files
mealie/.vscode/settings.json

20 lines
653 B
JSON
Raw Normal View History

2021-01-02 13:50:06 -09:00
{
"python.formatting.provider": "black",
"python.pythonPath": ".venv/bin/python3.8",
2021-01-02 13:50:06 -09:00
"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,
"cSpell.enableFiletypes": ["!javascript", "!python"],
"python.testing.pytestArgs": ["mealie"],
"i18n-ally.localesPaths": "frontend/src/locales",
"i18n-ally.enabledFrameworks": [
"vue"
],
"i18n-ally.keystyle": "nested"
2021-01-02 13:50:06 -09:00
}