未验证 提交 ae977435 编写于 作者: D Dániel Tar 提交者: GitHub

Fix typo in taskConfiguration.ts

上级 11c2ef63
......@@ -1257,7 +1257,7 @@ namespace ConfiguringTask {
if (taskIdentifier === void 0) {
context.problemReporter.error(nls.localize(
'ConfigurationParser.incorrectType',
'Error: the task configuration \'{0}\' is using and unknown type. The task configuration will be ignored.', JSON.stringify(external, undefined, 0)
'Error: the task configuration \'{0}\' is using an unknown type. The task configuration will be ignored.', JSON.stringify(external, undefined, 0)
));
return undefined;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册