From c0b5afe81f07fe0a0a88b3ffdfdf09f01eae86b4 Mon Sep 17 00:00:00 2001 From: "DESKTOP-RTLN3BA\\$punk" Date: Tue, 3 Jun 2025 00:33:30 -0700 Subject: [PATCH] chore: update Python interpreter path in launch configuration --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index fec8c15..dd0c175 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -22,7 +22,7 @@ "console": "integratedTerminal", "justMyCode": false, "cwd": "${workspaceFolder}/surfsense_backend", - "python": "${workspaceFolder}/surfsense_backend/.venv/Scripts/python.exe" + "python": "${command:python.interpreterPath}" }, { "name": "Python Debugger: main.py (direct)",