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

Corrected typo

上级 afcf3d4a
......@@ -1241,7 +1241,7 @@ export class ProblemMatcherParser extends Parser {
if (variableName.length === 0) {
this.error(localize('ProblemMatcherParser.noIdentifier', 'Error: the pattern property refers to an empty identifier.'));
} else {
this.error(localize('ProblemMatcherParser.noValidIdentifier', 'Error: the pattern property {0} is no valid pattern variable name.', variableName));
this.error(localize('ProblemMatcherParser.noValidIdentifier', 'Error: the pattern property {0} is not a valid pattern variable name.', variableName));
}
}
} else if (value) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册