MeshCore/.vscode/tasks.json

18 lines
No EOL
249 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "PlatformIO Build",
"type": "shell",
"command": "platformio",
"args": [
"run"
],
"isBackground": false,
"problemMatcher": [
"$platformio"
],
"group": "build"
}
]
}