提交 e10b3a6a 编写于 作者: D Dirk Baeumer

Reuse schemas defined in problemMatcher.ts

上级 f51220db
......@@ -1388,11 +1388,13 @@ export namespace Schemas {
LegacyProblemMatcher.properties = Objects.clone(LegacyProblemMatcher.properties);
LegacyProblemMatcher.properties['watchedTaskBeginsRegExp'] = {
type: 'string',
description: localize('ProblemMatcherSchema.watchedBegin', 'A regular expression signaling that a watched tasks begins executing triggered through file watching.')
deprecationMessage: localize('LegacyProblemMatcherSchema.watchedBegin.deprecated', 'This property is deprecated. Use the watching property instead.'),
description: localize('LegacyProblemMatcherSchema.watchedBegin', 'A regular expression signaling that a watched tasks begins executing triggered through file watching.')
};
LegacyProblemMatcher.properties['watchedTaskEndsRegExp'] = {
type: 'string',
description: localize('ProblemMatcherSchema.watchedEnd', 'A regular expression signaling that a watched tasks ends executing.')
deprecationMessage: localize('LegacyProblemMatcherSchema.watchedEnd.deprecated', 'This property is deprecated. Use the watching property instead.'),
description: localize('LegacyProblemMatcherSchema.watchedEnd', 'A regular expression signaling that a watched tasks ends executing.')
};
export const NamedProblemMatcher: IJSONSchema = Objects.clone(ProblemMatcher);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册