Files
PlatformIO_BlinkiWithDebugg…/.vscode/tasks.json

13 lines
189 B
JSON
Raw Normal View History

2020-09-21 17:57:22 -05:00
{
"version": "2.0.0",
"tasks": [
{
"type": "PlatformIO",
"task": "Pre-Debug",
"problemMatcher": [
"$platformio"
],
"label": "PlatformIO: Build in debug mode"
}
]
}