private outputs slice and unknown change.

This commit is contained in:
rebornix
2020-09-10 10:33:49 -07:00
parent f0426274b4
commit 2103630537
6 changed files with 61 additions and 25 deletions

View File

@@ -304,7 +304,7 @@ export class ExtHostNotebookController implements ExtHostNotebookShape, ExtHostN
if (isEditEvent(e)) {
const editId = document.addEdit(e);
this._proxy.$onDidEdit(e.document.uri, viewType, editId, e.label);
this._proxy.$onUndoableContentChange(e.document.uri, viewType, editId, e.label);
} else {
this._proxy.$onContentChange(e.document.uri, viewType);
}