{ "version": "2.0.0", "tasks": [ { "label": "test", "type": "shell", "command": "deno test --allow-all", "group": { "kind": "test", "isDefault": true }, "presentation": { "echo": true, "reveal": "always", "panel": "dedicated", "showReuseMessage": false, "clear": true } } ] }