chore: update Python interpreter path in launch configuration

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2025-06-03 00:33:30 -07:00
parent cdc69c1c7d
commit c0b5afe81f

2
.vscode/launch.json vendored
View file

@ -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)",