mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-04 01:00:43 +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"
|
||||
],
|
||||
"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