Skip to content

Commit ce184f3

Browse files
committed
Improve description for problemMathcer fileLocation
Fixes microsoft#98908
1 parent 0917374 commit ce184f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/contrib/tasks/common/problemMatcher.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1614,7 +1614,7 @@ export namespace Schemas {
16141614
}
16151615
}
16161616
],
1617-
description: localize('ProblemMatcherSchema.fileLocation', 'Defines how file names reported in a problem pattern should be interpreted.')
1617+
description: localize('ProblemMatcherSchema.fileLocation', 'Defines how file names reported in a problem pattern should be interpreted. A relative fileLocation may be an array, where the second element of the array is the path the relative file location.')
16181618
},
16191619
background: {
16201620
type: 'object',

0 commit comments

Comments
 (0)