Add preserveTerminalName task presentation option to control terminal name preservation (#268350)

This commit is contained in:
Copilot
2025-09-25 15:51:18 -04:00
committed by GitHub
parent 1ff586146b
commit 14dd6cdb57
8 changed files with 139 additions and 8 deletions

11
.vscode/tasks.json vendored
View File

@@ -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",