Rename onDidChangeNotebookCellExecutionState

This commit is contained in:
Rob Lourens
2021-05-07 17:00:09 -07:00
parent 4a76f0b19a
commit b987317d1a
3 changed files with 3 additions and 3 deletions

View File

@@ -1081,7 +1081,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
checkProposedApiEnabled(extension);
return extHostNotebook.onDidChangeNotebookCells(listener, thisArgs, disposables);
},
onDidChangeCellExecutionState(listener, thisArgs?, disposables?) {
onDidChangeNotebookCellExecutionState(listener, thisArgs?, disposables?) {
checkProposedApiEnabled(extension);
return extHostNotebook.onDidChangeNotebookCellExecutionState(listener, thisArgs, disposables);
},