{ "version": "2.0.0", "tasks": [{ "label": "build", "group": { "kind": "build", "isDefault": true }, "type": "shell", "command": "zig build", "problemMatcher": [] },{ "label": "test", "group": { "kind": "test", "isDefault": true }, "type": "shell", "command": "zig build test", "problemMatcher": [] }] }