{ "version": "2.0.0", "tasks": [ { "label": "build", "type": "shell", "command": "cd build && cmake -DCMAKE_BUILD_TYPE=Debug .. && make", "group": { "kind": "build", "isDefault": true }, "problemMatcher": ["$gcc"] } ] }