mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
vscode: support whitespace in python binary path
This commit is contained in:
parent
bf5ee9d643
commit
ff82738aaf
5
.vscode/tasks.json
vendored
5
.vscode/tasks.json
vendored
|
@ -9,7 +9,10 @@
|
||||||
{
|
{
|
||||||
"label": "no_dbg",
|
"label": "no_dbg",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "${config:python.pythonPath} .vscode/launch.py"
|
"command": "${config:python.pythonPath}",
|
||||||
|
"args": [
|
||||||
|
".vscode/launch.py"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in a new issue