mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-02 08:15:56 +01:00
Add preserveTerminalName task presentation option to control terminal name preservation (#268350)
This commit is contained in:
11
.vscode/tasks.json
vendored
11
.vscode/tasks.json
vendored
@@ -1,6 +1,17 @@
|
||||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "Testing Task Name",
|
||||
"type": "shell",
|
||||
"command": "sleep 3s && echo 123",
|
||||
"presentation": {
|
||||
"close": false,
|
||||
"panel": "dedicated",
|
||||
"showReuseMessage": false,
|
||||
},
|
||||
"problemMatcher": [],
|
||||
},
|
||||
{
|
||||
"type": "npm",
|
||||
"script": "watch-clientd",
|
||||
|
||||
Reference in New Issue
Block a user