22 lines
374 B
JSON
22 lines
374 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "deno test",
|
|
"type": "shell",
|
|
"command": "zsh cli/dbtst.zsh; deno test --allow-net --allow-read tst",
|
|
"group": {
|
|
"kind": "test",
|
|
"isDefault": true,
|
|
},
|
|
"presentation": {
|
|
"echo": true,
|
|
"reveal": "always",
|
|
"panel": "dedicated",
|
|
"showReuseMessage": true,
|
|
"clear": true,
|
|
}
|
|
}
|
|
]
|
|
}
|