From 967e80e8453c428889e0a5f10c3fc33013113e43 Mon Sep 17 00:00:00 2001 From: James Murdza Date: Mon, 20 Oct 2025 06:20:11 -0700 Subject: [PATCH] Use virtual environment in VS Code --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 7e68766ae..8281130c5 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,4 @@ { - "python-envs.pythonProjects": [] + "python-envs.pythonProjects": [], + "python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python" } \ No newline at end of file