Fixes #29332: Improve workflow to assign a problem matcher to a build task.

This commit is contained in:
Dirk Baeumer
2017-06-23 17:03:25 +02:00
parent 333d658102
commit 4d645781c8
10 changed files with 151 additions and 48 deletions

View File

@@ -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)"
}