Files
PlatformIO_ESP32_ServoWebSe…/BlinkiWithDebuggingWorking/.vscode/tasks.json
2020-09-21 17:57:22 -05:00

13 lines
189 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "PlatformIO",
"task": "Pre-Debug",
"problemMatcher": [
"$platformio"
],
"label": "PlatformIO: Build in debug mode"
}
]
}