This commit is contained in:
Ben Meadors 2023-01-27 11:19:45 -06:00
parent 2e8832babb
commit 2baaad8298

30
.vscode/tasks.json vendored
View File

@ -1,17 +1,15 @@
{ {
"version": "2.0.0", "version": "2.0.0",
"tasks": [ "tasks": [
{ {
"type": "PlatformIO", "type": "PlatformIO",
"task": "Build", "task": "Build",
"problemMatcher": [ "problemMatcher": ["$platformio"],
"$platformio" "group": {
], "kind": "build",
"group": { "isDefault": true
"kind": "build", },
"isDefault": true "label": "PlatformIO: Build"
}, }
"label": "PlatformIO: Build" ]
} }
]
}