{ "python.pythonPath": "python/venv/bin/python3", "python.terminal.activateEnvInCurrentTerminal": true, "python.testing.unittestEnabled": false, "python.testing.pytestEnabled": true, "python.linting.enabled": true, "python.testing.pytestArgs": ["python"], "python.analysis.extraPaths": ["python/venv"] }