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",
|
||||
"type": "shell",
|
||||
"command": "${config:python.pythonPath} .vscode/launch.py"
|
||||
"command": "${config:python.pythonPath}",
|
||||
"args": [
|
||||
".vscode/launch.py"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user