Skip to main content
Module

x/kd_clients/.vscode/tasks.json

Various HTTP clients for miscellaneous use.
Go to Latest
File
{ "version": "2.0.0", "tasks": [ { "label": "Deno Check", "command": "deno", "type": "shell", "args": [ "run", "--allow-read", "--allow-run", "--allow-sys", "${workspaceFolder}/.github/cicd/scripts/deno-check.ts" ], "problemMatcher": [ "$tsc" ], "presentation": { "reveal": "always" }, "group": "build" } ]}