mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 13:03:42 +01:00
💄
This commit is contained in:
@@ -334,10 +334,6 @@ export class ExtHostNotebookDocument extends Disposable {
|
||||
return this._cells.find(cell => cell.handle === cellHandle);
|
||||
}
|
||||
|
||||
getCellIndexFromHandle(cellHandle: number): number | undefined {
|
||||
return this._cells.findIndex(cell => cell.handle === cellHandle);
|
||||
}
|
||||
|
||||
getCellIndex(cell: ExtHostCell): number {
|
||||
return this._cells.indexOf(cell);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user