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