diff --git a/.vscode/settings.json b/.vscode/settings.json index ec50c96705a..29072f76c0b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -77,4 +77,6 @@ "editor.tabSize": 2, "editor.insertSpaces": true }, + "python.terminal.activateEnvironment": false, + "python.defaultInterpreterPath": "./.venv/bin/python" }