Skip to content

Commit

Permalink
Document mime for custom editor selectors
Browse files Browse the repository at this point in the history
Fixes #81789
  • Loading branch information
mjbvz committed Oct 1, 2019
1 parent 5bd8022 commit f96527a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ const webviewEditorsContribution: IJSONSchema = {
type: 'string',
description: nls.localize('contributes.selector.filenamePattern', 'Glob that the custom editor is enabled for.'),
},
scheme: {
mime: {
type: 'string',
description: nls.localize('contributes.selector.scheme', 'File scheme that the custom editor is enabled for.'),
description: nls.localize('contributes.selector.mime', 'Glob that matches the mime type of a data uri resource.'),
}
}
}
Expand Down

0 comments on commit f96527a

Please sign in to comment.