mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
Fixes #3221: Task runner problemMatcher could use an origin or source field
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user