Skip to content

Commit

Permalink
tst 测试环境 #45
Browse files Browse the repository at this point in the history
  • Loading branch information
LDmoxeii committed Apr 17, 2024
1 parent c73593c commit d870f8d
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "deno test",
"type": "shell",
"command": "deno test tst",
"group": {
"kind": "test",
"isDefault": true,
},
"presentation": {
"echo": true,
"reveal": "always",
"panel": "dedicated",
"showReuseMessage": true,
"clear": true
}
}
]
}
"version": "2.0.0",
"tasks": [
{
"label": "deno test",
"type": "shell",
"command": "deno test tst",
"group": {
"kind": "test",
"isDefault": true,
},
"presentation": {
"echo": true,
"reveal": "always",
"panel": "dedicated",
"showReuseMessage": true,
"clear": true,
}
}
]
}

0 comments on commit d870f8d

Please sign in to comment.