diff --git a/.vscode/settings.json b/.vscode/settings.json index 2b05ce2..d72454f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -37,7 +37,7 @@ "powershell.suppressAdditionalExeNotFoundWarning": false, "python.analysis.autoFormatStrings": true, - "python.defaultInterpreterPath": "gazelle/python/.venv/bin/python", + "python.defaultInterpreterPath": "gazelle/.venv/bin/python", "python.languageServer": "Pylance", "python.testing.pytestEnabled": true, "python.testing.pytestPath": "pytest",