mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
18 lines
No EOL
249 B
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"
|
|
}
|
|
]
|
|
} |