Fix problemMatcher for webview watch task

feature/ssh-config
Kelvin Schoofs 4 years ago
parent 09ef94d9bc
commit c0f77bf11e

@ -44,8 +44,8 @@
"applyTo": "closedDocuments", "applyTo": "closedDocuments",
"background": { "background": {
"activeOnStart": true, "activeOnStart": true,
"beginsPattern": "^Compiling...$", "beginsPattern": "Compiling.*?|Compilation .*?starting",
"endsPattern": "Finished compiling" "endsPattern": "Compiled .*?successfully|Failed .*?to.*?compile.*?"
}, },
"pattern": [ "pattern": [
{ {
@ -53,7 +53,7 @@
"file": 1 "file": 1
}, },
{ {
"regexp": "^\\((\\d+),(\\d+)\\): (.+)$", "regexp": "\\((\\d+),(\\d+)\\):\\s*(.+)",
"line": 1, "line": 1,
"column": 2, "column": 2,
"message": 3, "message": 3,

Loading…
Cancel
Save