提交 f96527a7 编写于 作者: M Matt Bierner

Document `mime` for custom editor selectors

Fixes #81789
上级 5bd80221
......@@ -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.'),
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册