mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +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": [
|
||||
|
||||
@@ -39,5 +39,7 @@
|
||||
"typescript.npm": "Specifies the path to the NPM executable used for Automatic Type Acquisition. Requires TypeScript >= 2.3.4.",
|
||||
"typescript.check.npmIsInstalled": "Check if NPM is installed for Automatic Type Acquisition.",
|
||||
"javascript.nameSuggestions": "Enable/disable including unique names from the file in JavaScript suggestion lists.",
|
||||
"typescript.tsc.autoDetect": "Controls whether auto detection of tsc tasks is on or off."
|
||||
"typescript.tsc.autoDetect": "Controls whether auto detection of tsc tasks is on or off.",
|
||||
"typescript.problemMatchers.tsc.label": "TypeScript problems",
|
||||
"typescript.problemMatchers.tscWatch.label": "TypeScript problems (watch mode)"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user