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