mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
notebook document data loss.
This commit is contained in:
@@ -348,6 +348,7 @@ export class ExtHostNotebookDocument extends Disposable {
|
||||
}
|
||||
|
||||
acceptModelChanged(event: NotebookCellsChangedEventDto, isDirty: boolean): void {
|
||||
console.log(event);
|
||||
this._versionId = event.versionId;
|
||||
this._isDirty = isDirty;
|
||||
event.rawEvents.forEach(e => {
|
||||
|
||||
Reference in New Issue
Block a user