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