mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 15:55:59 +01:00
remove old notebookCellExecutionState proposal (#248522)
re https://github.com/microsoft/vscode/issues/124970#issuecomment-2864279668
This commit is contained in:
@@ -1391,10 +1391,6 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
checkProposedApiEnabled(extension, 'notebookKernelSource');
|
||||
return extHostNotebookKernels.registerKernelSourceActionProvider(extension, notebookType, provider);
|
||||
},
|
||||
onDidChangeNotebookCellExecutionState(listener, thisArgs?, disposables?) {
|
||||
checkProposedApiEnabled(extension, 'notebookCellExecutionState');
|
||||
return _asExtensionEvent(extHostNotebookKernels.onDidChangeNotebookCellExecutionState)(listener, thisArgs, disposables);
|
||||
}
|
||||
};
|
||||
|
||||
// namespace: l10n
|
||||
|
||||
Reference in New Issue
Block a user