{ "version": "2.0.0", "tasks": [ { "label": "cmake", "type": "shell", "command": "cmake", "args": [ "-DCMAKE_BUILD_TYPE=Debug", "." ], "group": { "kind": "build", "isDefault": true } }, { "label": "make", "type": "shell", "command": "make", "group": { "kind": "build", "isDefault": true }, "dependsOn": "cmake" } ] }