Don't show task problems for open documents

pull/133/head
Kelvin Schoofs 6 years ago
parent a3795ec63c
commit 80ddb934f5

@ -24,6 +24,7 @@
"problemMatcher": {
"source": "webpack-ts-loader",
"fileLocation": "absolute",
"applyTo": "closedDocuments",
"background": {
"activeOnStart": false,
"beginsPattern": "^Compilation results$",
@ -58,6 +59,7 @@
"source": "react-dev-utils",
"severity": "error",
"fileLocation": "absolute",
"applyTo": "closedDocuments",
"background": {
"activeOnStart": true,
"beginsPattern": "^Compiling...$",

Loading…
Cancel
Save