Improve testing tools

This commit is contained in:
2022-01-06 00:39:17 +01:00
parent 2458a3db69
commit 30b9fe2c93
4 changed files with 13 additions and 2 deletions

4
.vscode/tasks.json vendored
View File

@@ -25,6 +25,7 @@
"reveal": "always",
"focus": false,
"panel": "shared",
"group": "test",
"showReuseMessage": true,
"clear": false
},
@@ -33,13 +34,14 @@
{
"label": "dbg",
"type": "shell",
"command": "sleep 1;${workspaceRoot}/dbg",
"command": "${workspaceRoot}/dbg",
"group": "none",
"presentation": {
"echo": true,
"reveal": "always",
"focus": true,
"panel": "shared",
"group": "test",
"showReuseMessage": true,
"clear": false
}