{ "version": "2.0.0", "tasks": [ { "label": "Build", "type": "shell", "command": "${workspaceFolder}/build.sh", "group": { "kind": "build", "isDefault": true }, "problemMatcher": "$gcc", "presentation": { "echo": true, "reveal": "silent", "focus": false, "panel": "shared", "showReuseMessage": true, "clear": false, "revealProblems": "onProblem" } } ] }