From ae8f58ac6fd70cea9112ddfcc074160ca035f82a Mon Sep 17 00:00:00 2001 From: Mason Daugherty Date: Wed, 6 Aug 2025 23:37:40 -0400 Subject: [PATCH] fix(settings): update Python terminal settings and default interpreter path --- .vscode/settings.json | 2 ++ 1 file changed, 2 insertions(+) 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" }