Merge pull request #98396 from DFineNormal/patch-1

Fix spelling in snippets.contribution.ts
This commit is contained in:
Johannes Rieken 2020-05-26 08:48:52 +02:00 committed by GitHub
commit 66ef23d401
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: {