mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 08:38:56 +01:00
check that notebook controller are unique per id
This commit is contained in:
@@ -1107,7 +1107,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
},
|
||||
createNotebookController(options) {
|
||||
checkProposedApiEnabled(extension);
|
||||
return extHostNotebookKernels.createKernel(extension, options);
|
||||
return extHostNotebookKernels.createNotebookController(extension, options);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user