diff --git a/.vscode/settings.json b/.vscode/settings.json index b881eff..582ef4b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,9 @@ { - "python.analysis.autoImportCompletions": true + "python.analysis.autoImportCompletions": true, + "vscord.app.privacyMode.enable": false, + "python.testing.pytestArgs": [ + "src" + ], + "python.testing.unittestEnabled": false, + "python.testing.pytestEnabled": true } \ No newline at end of file