1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-09 07:25:21 +02:00
mealie/.vscode/settings.json

17 lines
509 B
JSON
Raw Normal View History

2021-01-02 13:50:06 -09:00
{
"python.formatting.provider": "black",
"python.pythonPath": "venv/bin/python",
"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": false,
2021-01-02 18:32:08 -09:00
"python.testing.promptToConfigure": false,
"cSpell.enableFiletypes": [
"!python"
]
2021-01-02 13:50:06 -09:00
}