notebook document data loss.

This commit is contained in:
rebornix
2020-09-11 10:57:39 -07:00
parent 07ad5d6f18
commit 59dcc5c912
4 changed files with 44 additions and 35 deletions

View File

@@ -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 => {