Add close options to build tasks

Fixes #143407
This commit is contained in:
Alex Ross 2022-02-21 08:48:19 +01:00
parent a0da9978b1
commit 5fff5f1d06
No known key found for this signature in database
GPG key ID: 89DDDBA66CBA7840

6
.vscode/tasks.json vendored
View file

@ -8,7 +8,8 @@
"isBackground": true,
"presentation": {
"reveal": "never",
"group": "buildWatchers"
"group": "buildWatchers",
"close": false
},
"problemMatcher": {
"owner": "typescript",
@ -35,7 +36,8 @@
"isBackground": true,
"presentation": {
"reveal": "never",
"group": "buildWatchers"
"group": "buildWatchers",
"close": false
},
"problemMatcher": {
"owner": "typescript",