{ "version": "2.0.0", "tasks": [ { "label": "build and run game", "type": "shell", "command": "make clean && make && ./game", "group": "build", "presentation": { "reveal": "always" }, "problemMatcher": [] }, { "type": "cppbuild", "label": "C/C++: g++ build active file", "command": "/usr/bin/g++", "args": [ "-fdiagnostics-color=always", "-g", "${file}", "-o", "${fileDirname}/${fileBasenameNoExtension}" ], "options": { "cwd": "${fileDirname}" }, "problemMatcher": [ "$gcc" ], "group": { "kind": "build", "isDefault": true }, "detail": "Task generated by Debugger." } ] }