remove old notebookCellExecutionState proposal (#248522)

re https://github.com/microsoft/vscode/issues/124970#issuecomment-2864279668
This commit is contained in:
Johannes Rieken
2025-05-12 02:36:15 +02:00
committed by GitHub
parent c6baa8f4ad
commit e29c92acaf
8 changed files with 3 additions and 132 deletions

View File

@@ -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