{ "tasks": [ { "type": "shell", "command": "cd build; cmake ../ -DPICO_BOARD=pico_w -DCMAKE_BUILD_TYPE=Release; make", "label": "CMake in build/", "problemMatcher": [], "group": { "kind": "build", "isDefault": false } }, { "type": "shell", "command": "cd build; cmake ../ -DPICO_BOARD=pico_w -DCMAKE_BUILD_TYPE=Release; make Flash", "label": "CMake & Make & Flash", "problemMatcher": [], "group": { "kind": "build", "isDefault": true } } ], "version": "2.0.0" }