VSCoe task as external program

This commit is contained in:
Ivan Kravets
2017-05-31 00:56:05 +03:00
parent b6f9220f3f
commit ff6353a1ea

View File

@ -1,7 +1,7 @@
{
"version": "0.1.0",
"command": "{{platformio_path}}",
"isShellCommand": true,
"isShellCommand": false,
"args": ["-c", "vscode"],
"showOutput": "always",
"echoCommand": false,