mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
Merge branch 'main' into merogge/quick-fix-api
This commit is contained in:
@@ -1152,6 +1152,10 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
createRendererMessaging(rendererId) {
|
||||
return extHostNotebookRenderers.createRendererMessaging(extension, rendererId);
|
||||
},
|
||||
createNotebookControllerDetectionTask(notebookType: string) {
|
||||
checkProposedApiEnabled(extension, 'notebookKernelSource');
|
||||
return extHostNotebookKernels.createNotebookControllerDetectionTask(extension, notebookType);
|
||||
},
|
||||
onDidChangeNotebookCellExecutionState(listener, thisArgs?, disposables?) {
|
||||
checkProposedApiEnabled(extension, 'notebookCellExecutionState');
|
||||
return extHostNotebookKernels.onDidChangeNotebookCellExecutionState(listener, thisArgs, disposables);
|
||||
|
||||
Reference in New Issue
Block a user