提交 79b30273 编写于 作者: A Alex Ross

Wrap tasks.json comment in nls.localize

Fixes #24444
上级 51c7b5c3
......@@ -1043,8 +1043,7 @@ class TaskService extends Disposable implements ITaskService {
};
let content = [
'{',
'\t// See https://go.microsoft.com/fwlink/?LinkId=733558',
'\t// for the documentation about the tasks.json format',
nls.localize('tasksJsonComment', '\t// See https://go.microsoft.com/fwlink/?LinkId=733558 \n\t// for the documentation about the tasks.json format'),
].join('\n') + JSON.stringify(value, null, '\t').substr(1);
let editorConfig = this.configurationService.getValue<any>();
if (editorConfig.editor.insertSpaces) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册