{ "tasks": [ { "type": "shell", "label": "C/C++: g++ build workspace project", "command": "${workspaceFolder}/build.sh", "options": { "cwd": "${workspaceFolder}" }, "group": { "kind": "build", "isDefault": true }, "problemMatcher": "$gcc", "detail": "compiler: /usr/bin/g++" } ], "version": "2.0.0" }