diff --git a/src/vs/workbench/contrib/tasks/common/jsonSchemaCommon.ts b/src/vs/workbench/contrib/tasks/common/jsonSchemaCommon.ts index 70ccd46ec327264b8c7d06ef4a221d3729c9f869..9cae427159bcdccf9f16b659edcceaad263c3618 100644 --- a/src/vs/workbench/contrib/tasks/common/jsonSchemaCommon.ts +++ b/src/vs/workbench/contrib/tasks/common/jsonSchemaCommon.ts @@ -38,6 +38,7 @@ const schema: IJSONSchema = { oneOf: [ { type: 'string', + errorMessage: nls.localize('JsonSchema.tasks.matcherError', 'Unrecognized problem matcher. Is the extension that contributes this problem matcher installed?') }, Schemas.LegacyProblemMatcher, { @@ -46,6 +47,7 @@ const schema: IJSONSchema = { anyOf: [ { type: 'string', + errorMessage: nls.localize('JsonSchema.tasks.matcherError', 'Unrecognized problem matcher. Is the extension that contributes this problem matcher installed?') }, Schemas.LegacyProblemMatcher ]