{ "version": "2.0.0", "tasks": [ { "label": "build", "type": "process", "command": "zig", "args": ["build"], "problemMatcher": "$gcc", "presentation": { "echo": true, "reveal": "silent", "focus": false, "panel": "shared", "showReuseMessage": true, "clear": true, "revealProblems": "onProblem" }, "group": { "kind": "build", "isDefault": true }, } ] }