Improve testing tools
This commit is contained in:
4
.vscode/tasks.json
vendored
4
.vscode/tasks.json
vendored
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user