Fix broken problem-matchers
This commit is contained in:
parent
706835d97c
commit
b600414d9d
12
.vscode/tasks.json
vendored
12
.vscode/tasks.json
vendored
|
@ -34,17 +34,17 @@
|
|||
{
|
||||
"base": "$gulp-tsc",
|
||||
"background": {
|
||||
"activeOnStart": false,
|
||||
"beginsPattern": "^(Starting compilation in watch mode|File change detected. Starting incremental compilation)",
|
||||
"endsPattern": "^Found \\d+ errors. Watching for file changes."
|
||||
"activeOnStart": true,
|
||||
"beginsPattern": "(Starting compilation in watch mode|File change detected. Starting incremental compilation)",
|
||||
"endsPattern": "Found \\d+ errors. Watching for file changes."
|
||||
}
|
||||
},
|
||||
{
|
||||
"base": "$node-sass",
|
||||
"background": {
|
||||
"activeOnStart": false,
|
||||
"beginsPattern": "^Rebuilding scss-code.",
|
||||
"endsPattern": "^Rebuilding scss-code finished."
|
||||
"activeOnStart": true,
|
||||
"beginsPattern": "Rebuilding scss-code.",
|
||||
"endsPattern": "Rebuilding scss-code finished."
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue