Escape spaces in task command for VSCode Task Runner

This commit is contained in:
Ivan Kravets
2017-07-01 21:54:04 +03:00
parent 2c232f2f3f
commit aadb186054

View File

@ -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",