{ "tasks": [ { "type": "shell", "command": "mkdir -p build; cd build; cmake -DPICO_BOARD=pico_w ..; make Flash", "label": "CMake & Make & Flash", "problemMatcher": [], "group": { "kind": "build", "isDefault": true } }, { "type": "shell", "command": "rm -rf build/*", "label": "clean", "problemMatcher": [], "group": { "kind":"build", "isDefault": false } } ], "version": "2.0.0" }