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

Loading…
Cancel
Save