showNotebookDocument.

This commit is contained in:
rebornix
2020-11-24 10:26:09 -08:00
parent 160baa3b8d
commit 23e7e2fef0
6 changed files with 106 additions and 3 deletions

View File

@@ -688,6 +688,10 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
checkProposedApiEnabled(extension);
return extHostNotebook.onDidChangeNotebookEditorVisibleRanges(listener, thisArgs, disposables);
},
showNotebookDocument(document, options?) {
checkProposedApiEnabled(extension);
return extHostNotebook.showNotebookDocument(document, options);
}
};
// namespace: workspace