mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 17:48:56 +01:00
On cell chat
This commit is contained in:
@@ -1045,7 +1045,7 @@ export class NotebookViewModel extends Disposable implements EditorFoldingStateD
|
||||
}
|
||||
}
|
||||
|
||||
export type CellViewModel = CodeCellViewModel | MarkupCellViewModel;
|
||||
export type CellViewModel = (CodeCellViewModel | MarkupCellViewModel) & ICellViewModel;
|
||||
|
||||
export function createCellViewModel(instantiationService: IInstantiationService, notebookViewModel: NotebookViewModel, cell: NotebookCellTextModel, viewContext: ViewContext) {
|
||||
if (cell.cellKind === CellKind.Code) {
|
||||
|
||||
Reference in New Issue
Block a user