Skip to content

Commit b58df64

Browse files
committed
Add comment to noOsSpecificGlobalTasks string
Part of microsoft#100941
1 parent 0171295 commit b58df64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/contrib/tasks/common/taskConfiguration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2024,7 +2024,7 @@ class ConfigurationParser {
20242024
}
20252025
context.problemReporter.error(
20262026
nls.localize(
2027-
'TaskParse.noOsSpecificGlobalTasks',
2027+
{ 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.'] },
20282028
'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'))
20292029
);
20302030
}

0 commit comments

Comments
 (0)