Delete tasks.json

not necessary actually thanks @sl1pkn07
This commit is contained in:
Luc 2020-09-11 16:49:26 +02:00
parent e56b559806
commit ad8c92bbdd

41
.vscode/tasks.json vendored
View File

@ -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)"
},
]
}