diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 4ab57eb..2746ae6 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -32,7 +32,6 @@ } }, "python.defaultInterpreterPath": "/project/.venv/bin/python", - "python.pythonPath": "/project/.venv/bin/python", "python.testing.pytestEnabled": true, "python.analysis.diagnosticMode": "workspace", "python.analysis.inlayHints.callArgumentNames": "all",