mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
notebook controller or id
This commit is contained in:
@@ -1134,7 +1134,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
extHostApiDeprecation.report('notebookConcatTextDocument', extension, 'This proposal is not on track for finalization and will be removed.');
|
||||
return new ExtHostNotebookConcatDocument(extHostNotebookDocuments, extHostDocuments, notebook, selector);
|
||||
},
|
||||
createNotebookProxyController(id: string, notebookType: string, label: string, handler: () => vscode.NotebookController | Thenable<vscode.NotebookController>) {
|
||||
createNotebookProxyController(id: string, notebookType: string, label: string, handler: () => vscode.NotebookController | string | Thenable<vscode.NotebookController | string>) {
|
||||
checkProposedApiEnabled(extension, 'notebookProxyController');
|
||||
return extHostNotebookKernels.createNotebookProxyController(extension, id, notebookType, label, handler);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user