mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 15:55:59 +01:00
6
.vscode/tasks.json
vendored
6
.vscode/tasks.json
vendored
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user