mirror of
https://github.com/MODSetter/SurfSense.git
synced 2025-09-02 10:39:13 +00:00
chore: update Python interpreter path in launch configuration
This commit is contained in:
parent
cdc69c1c7d
commit
c0b5afe81f
1 changed files with 1 additions and 1 deletions
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
|
@ -22,7 +22,7 @@
|
||||||
"console": "integratedTerminal",
|
"console": "integratedTerminal",
|
||||||
"justMyCode": false,
|
"justMyCode": false,
|
||||||
"cwd": "${workspaceFolder}/surfsense_backend",
|
"cwd": "${workspaceFolder}/surfsense_backend",
|
||||||
"python": "${workspaceFolder}/surfsense_backend/.venv/Scripts/python.exe"
|
"python": "${command:python.interpreterPath}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Python Debugger: main.py (direct)",
|
"name": "Python Debugger: main.py (direct)",
|
||||||
|
|
Loading…
Add table
Reference in a new issue