未验证 提交 66ef23d4 编写于 作者: J Johannes Rieken 提交者: GitHub

Merge pull request #98396 from DFineNormal/patch-1

Fix spelling in snippets.contribution.ts
......@@ -28,7 +28,7 @@ const languageScopeSchemaId = 'vscode://schemas/snippets';
const snippetSchemaProperties: IJSONSchemaMap = {
prefix: {
description: nls.localize('snippetSchema.json.prefix', 'The prefix to used when selecting the snippet in intellisense'),
description: nls.localize('snippetSchema.json.prefix', 'The prefix to use when selecting the snippet in intellisense'),
type: ['string', 'array']
},
body: {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册