mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-28 01:25:39 -05:00
Notebook Views Insert Cells Modal (#16836)
* Add html-to-image package * Add image card type
This commit is contained in:
@@ -770,6 +770,7 @@ export class NotebookViewStub implements INotebookView {
|
||||
displayedCells: readonly ICellModel[];
|
||||
|
||||
onDeleted: vsEvent.Event<INotebookView>;
|
||||
onCellVisibilityChanged: vsEvent.Event<ICellModel>;
|
||||
initialize(): void {
|
||||
throw new Error('Method not implemented.');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user