未验证 提交 1fb3a59b 编写于 作者: C Connor Peet

fix: add entrypoint to notebook renderer default contrib point

Fixes https://github.com/microsoft/vscode/issues/105938
上级 e01311c2
......@@ -96,7 +96,7 @@ const notebookProviderContribution: IJSONSchema = {
const notebookRendererContribution: IJSONSchema = {
description: nls.localize('contributes.notebook.renderer', 'Contributes notebook output renderer provider.'),
type: 'array',
defaultSnippets: [{ body: [{ id: '', displayName: '', mimeTypes: [''] }] }],
defaultSnippets: [{ body: [{ id: '', displayName: '', mimeTypes: [''], entrypoint: '' }] }],
items: {
type: 'object',
required: [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册