mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Fixes #29332: Improve workflow to assign a problem matcher to a build task.
This commit is contained in:
@@ -484,6 +484,7 @@
|
||||
"problemMatchers": [
|
||||
{
|
||||
"name": "tsc",
|
||||
"label": "%typescript.problemMatchers.tsc.label%",
|
||||
"owner": "typescript",
|
||||
"applyTo": "closedDocuments",
|
||||
"fileLocation": [
|
||||
@@ -494,6 +495,7 @@
|
||||
},
|
||||
{
|
||||
"name": "tsc-watch",
|
||||
"label": "%typescript.problemMatchers.tscWatch.label%",
|
||||
"owner": "typescript",
|
||||
"applyTo": "closedDocuments",
|
||||
"fileLocation": [
|
||||
|
||||
Reference in New Issue
Block a user