mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 01:57:13 +02:00
Escape spaces in task command for VSCode Task Runner
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"runner": "terminal",
|
"runner": "terminal",
|
||||||
"command": "{{platformio_path}}",
|
"command": "\"{{platformio_path}}\"",
|
||||||
"isShellCommand": false,
|
"isShellCommand": false,
|
||||||
"args": ["-c", "vscode"],
|
"args": ["-c", "vscode"],
|
||||||
"showOutput": "always",
|
"showOutput": "always",
|
||||||
|
Reference in New Issue
Block a user