{ "version": "2.0.0", "tasks": [ { "label": "Build C++ project", "type": "shell", "group": { "kind": "build", "isDefault": true }, "command": "make", }, { "label": "Build & run C++ project", "type": "shell", "group": { "kind": "test", "isDefault": true }, "command": "make", "args": [ "run" ] } ] }