mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-10-13 05:51:26 +08:00
Update tasks.json
This commit is contained in:
parent
f0779b40ae
commit
e56b559806
30
.vscode/tasks.json
vendored
30
.vscode/tasks.json
vendored
@ -8,6 +8,34 @@
|
|||||||
"$platformio"
|
"$platformio"
|
||||||
],
|
],
|
||||||
"label": "PlatformIO: Check"
|
"label": "PlatformIO: Check"
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
"type": "shell",
|
||||||
|
"command": "platformio",
|
||||||
|
"args": [
|
||||||
|
"run",
|
||||||
|
"--environment"
|
||||||
|
"esp32dev"
|
||||||
|
],
|
||||||
|
"problemMatcher": [
|
||||||
|
"$platformio"
|
||||||
|
],
|
||||||
|
"group": "build",
|
||||||
|
"label": "PlatformIO: build (esp32dev)"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "shell",
|
||||||
|
"command": "platformio",
|
||||||
|
"args": [
|
||||||
|
"run",
|
||||||
|
"--environment"
|
||||||
|
"esp8266dev"
|
||||||
|
],
|
||||||
|
"problemMatcher": [
|
||||||
|
"$platformio"
|
||||||
|
],
|
||||||
|
"group": "build",
|
||||||
|
"label": "PlatformIO: build (esp8266dev)"
|
||||||
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user