mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
rename NotebookKernel2 to NotebookController
This commit is contained in:
@@ -1105,7 +1105,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
checkProposedApiEnabled(extension);
|
||||
return extHostNotebook.createNotebookCellExecution(uri, index, kernelId);
|
||||
},
|
||||
createNotebookKernel(options) {
|
||||
createNotebookController(options) {
|
||||
checkProposedApiEnabled(extension);
|
||||
return extHostNotebookKernels.createKernel(extension, options);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user