{ "tasks": [ { "type": "cppbuild", "label": "C/C++: make project", "command": "make", "args": [], "options": { "cwd": "${workspaceFolder}" }, "problemMatcher": [ "$gcc" ], "group": { "kind": "build", "isDefault": true } } ], "version": "2.0.0" }