{ "version": "2.0.0", "tasks": [ { "label": "build", "type": "shell", "command": "cd ..; zsh cli/build.zsh", "group": { "kind": "build", "isDefault": true }, "presentation": { "echo": true, "reveal": "always", "panel": "dedicated", "showReuseMessage": false, "clear": true } }, { "label": "test", "type": "shell", "command": "cd ..; deno test --allow-all ismism.ts/tst", "group": { "kind": "test", "isDefault": true }, "presentation": { "echo": true, "reveal": "always", "panel": "dedicated", "showReuseMessage": false, "clear": true } } ] }