diff --git a/.vscode/settings.json b/.vscode/settings.json index 24b79e7fc..77f768ee2 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -9,11 +9,10 @@ "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.enabledFrameworks": ["vue"], "i18n-ally.keystyle": "nested" }