mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
VSCoe task as external program
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"command": "{{platformio_path}}",
|
"command": "{{platformio_path}}",
|
||||||
"isShellCommand": true,
|
"isShellCommand": false,
|
||||||
"args": ["-c", "vscode"],
|
"args": ["-c", "vscode"],
|
||||||
"showOutput": "always",
|
"showOutput": "always",
|
||||||
"echoCommand": false,
|
"echoCommand": false,
|
||||||
|
Reference in New Issue
Block a user