Add close option to several tasks

Part of #112230
This commit is contained in:
Alex Ross 2021-05-06 15:10:40 +02:00
parent 46a2b70583
commit b7009c5b54
No known key found for this signature in database
GPG key ID: 89DDDBA66CBA7840

9
.vscode/tasks.json vendored
View file

@ -74,7 +74,8 @@
"group": "build",
"presentation": {
"reveal": "never",
"group": "buildKillers"
"group": "buildKillers",
"close": true
},
"problemMatcher": "$tsc"
},
@ -85,7 +86,8 @@
"group": "build",
"presentation": {
"reveal": "never",
"group": "buildKillers"
"group": "buildKillers",
"close": true
},
"problemMatcher": "$tsc"
},
@ -198,7 +200,8 @@
"command": "node build/lib/preLaunch.js",
"label": "Ensure Prelaunch Dependencies",
"presentation": {
"reveal": "silent"
"reveal": "silent",
"close": true
}
},
{