From fa32f0c4d7e430e178762e560c35ed69906d9105 Mon Sep 17 00:00:00 2001 From: Hayden Date: Mon, 18 Jan 2021 15:10:32 -0900 Subject: [PATCH] dev-bug: fixed vscode freezes --- .vscode/settings.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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" }