未验证 提交 3f732dfd 编写于 作者: D Dirk Bäumer 提交者: GitHub

Merge pull request #59638 from qcz/patch-12

Fix typo in jsonSchema_v2.ts
......@@ -272,7 +272,7 @@ const version: IJSONSchema = {
const identifier: IJSONSchema = {
type: 'string',
description: nls.localize('JsonSchema.tasks.identifier', 'A user defined identifier to reference the task in launch.json or a dependsOn clause.'),
deprecationMessage: nls.localize('JsonSchema.tasks.identifier.deprecated', 'User defined identifiers are deprecated. For custom task used the name as a reference and for tasks provided by extensions use their defined task identifier.')
deprecationMessage: nls.localize('JsonSchema.tasks.identifier.deprecated', 'User defined identifiers are deprecated. For custom task use the name as a reference and for tasks provided by extensions use their defined task identifier.')
};
const options: IJSONSchema = Objects.deepClone(commonSchema.definitions.options);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册