Fixes #3221: Task runner problemMatcher could use an origin or source field

This commit is contained in:
Dirk Baeumer
2018-03-06 21:12:31 +01:00
parent 8d812a315a
commit a5ecf9d363
3 changed files with 42 additions and 11 deletions

View File

@@ -552,6 +552,7 @@
"name": "tsc",
"label": "%typescript.problemMatchers.tsc.label%",
"owner": "typescript",
"source": "ts",
"applyTo": "closedDocuments",
"fileLocation": [
"relative",
@@ -563,6 +564,7 @@
"name": "tsc-watch",
"label": "%typescript.problemMatchers.tscWatch.label%",
"owner": "typescript",
"source": "ts",
"applyTo": "closedDocuments",
"fileLocation": [
"relative",