mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-14 18:25:58 +08:00
Delete tasks.json
not necessary actually thanks @sl1pkn07
This commit is contained in:
parent
e56b559806
commit
ad8c92bbdd
41
.vscode/tasks.json
vendored
41
.vscode/tasks.json
vendored
@ -1,41 +0,0 @@
|
|||||||
{
|
|
||||||
"version": "2.0.0",
|
|
||||||
"tasks": [
|
|
||||||
{
|
|
||||||
"type": "PlatformIO",
|
|
||||||
"task": "Check",
|
|
||||||
"problemMatcher": [
|
|
||||||
"$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