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

Fixed typo.

上级 4fa70ef0
......@@ -1234,7 +1234,7 @@ export class ProblemMatcherParser extends Parser {
if (variableName.length > 1 && variableName[0] === '$') {
let result = ProblemPatternRegistry.get(variableName.substring(1));
if (!result) {
this.error(localize('ProblemMatcherParser.noDefinedPatter', 'Error: the pattern with the identifier {0} doesn\'t. exist.', variableName));
this.error(localize('ProblemMatcherParser.noDefinedPatter', 'Error: the pattern with the identifier {0} doesn\'t exist.', variableName));
}
return result;
} else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册