15 lines
211 B
JSON
15 lines
211 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "PlatformIO: Build",
|
|
"type": "shell",
|
|
"command": "pio run",
|
|
"group": "build",
|
|
"problemMatcher": [
|
|
"$gcc"
|
|
],
|
|
"isBackground": false
|
|
}
|
|
]
|
|
} |