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