mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-29 05:25:30 -05:00
* Translations + danish * changed back proxy target to use ENV * Resolved more merge conflicts * Removed test in translation * Documentation of translations * Updated translations * removed old packages Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com>
20 lines
653 B
JSON
20 lines
653 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,
|
|
"cSpell.enableFiletypes": ["!javascript", "!python"],
|
|
"python.testing.pytestArgs": ["mealie"],
|
|
"i18n-ally.localesPaths": "frontend/src/locales",
|
|
"i18n-ally.enabledFrameworks": [
|
|
"vue"
|
|
],
|
|
"i18n-ally.keystyle": "nested"
|
|
}
|