提交 b58df64f 编写于 作者: A Alex Ross

Add comment to noOsSpecificGlobalTasks string

Part of #100941
上级 01712957
......@@ -2024,7 +2024,7 @@ class ConfigurationParser {
}
context.problemReporter.error(
nls.localize(
'TaskParse.noOsSpecificGlobalTasks',
{ key: 'TaskParse.noOsSpecificGlobalTasks', comment: ['\"Task version 2.0.0\" refers to the 2.0.0 version of the task system. The \"version 2.0.0\" is not localizable as it is a json key and value.'] },
'Task version 2.0.0 doesn\'t support global OS specific tasks. Convert them to a task with a OS specific command. Affected tasks are:\n{0}', taskContent.join('\n'))
);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册