{ "version": "2.0.0", "tasks": [ { "type": "cppbuild", "label": "build", "command": "bash", "args": [ "${workspaceRoot}/build.sh", "debug" ], "options": { "cwd": "${workspaceRoot}" }, "problemMatcher": [ "$gcc" ], "group": { "kind": "build", "isDefault": true } } ] }