mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 09:49:29 +02:00
vscode: support whitespace in python binary path
This commit is contained in:
parent
bf5ee9d643
commit
ff82738aaf
1 changed files with 4 additions and 1 deletions
5
.vscode/tasks.json
vendored
5
.vscode/tasks.json
vendored
|
@ -9,7 +9,10 @@
|
|||
{
|
||||
"label": "no_dbg",
|
||||
"type": "shell",
|
||||
"command": "${config:python.pythonPath} .vscode/launch.py"
|
||||
"command": "${config:python.pythonPath}",
|
||||
"args": [
|
||||
".vscode/launch.py"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue