add the venv to the folders to check

This commit is contained in:
Andreas Zweili 2021-11-01 19:39:47 +01:00
parent 0ee065b230
commit 16a076cb0d
1 changed files with 2 additions and 1 deletions

View File

@ -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"]
}