{ "tasks": [ { "type": "cppbuild", "label": "C/C++: g++ build active file", "command": "ninja", "args": [ "-C", "debug" ], "options": { "cwd": "${workspaceFolder}" }, "problemMatcher": [ "$gcc" ], "group": "build", "detail": "compiler: /usr/bin/g++" } ], "version": "2.0.0" }