From 16a076cb0d018e2a62f19e46b97a1999f1e0cc67 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Mon, 1 Nov 2021 19:39:47 +0100 Subject: [PATCH] add the venv to the folders to check --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 30c623f..b1956e8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,5 +4,6 @@ "python.testing.unittestEnabled": false, "python.testing.pytestEnabled": true, "python.linting.enabled": true, - "python.testing.pytestArgs": ["python"] + "python.testing.pytestArgs": ["python"], + "python.analysis.extraPaths": ["python/venv"] }