You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/vs/workbench/contrib/tasks/common/jsonSchemaCommon.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,7 @@ const schema: IJSONSchema = {
38
38
oneOf: [
39
39
{
40
40
type: 'string',
41
+
errorMessage: nls.localize('JsonSchema.tasks.matcherError','Unrecognized problem matcher. Is the extension that contributes this problem matcher installed?')
41
42
},
42
43
Schemas.LegacyProblemMatcher,
43
44
{
@@ -46,6 +47,7 @@ const schema: IJSONSchema = {
46
47
anyOf: [
47
48
{
48
49
type: 'string',
50
+
errorMessage: nls.localize('JsonSchema.tasks.matcherError','Unrecognized problem matcher. Is the extension that contributes this problem matcher installed?')
0 commit comments