{ "version": "2.0.0", "tasks": [ { "type": "shell", "label": "C/C++: gcc build", "command": "make", "problemMatcher": [ "$gcc" ], "group": "build", } ] }