unit test for document remove

This commit is contained in:
Johannes Rieken
2020-08-12 09:05:18 +02:00
parent 5f6d850a85
commit bae64052f4
5 changed files with 50 additions and 9 deletions

View File

@@ -1513,7 +1513,7 @@ export class ExtHostNotebookController implements ExtHostNotebookShape, ExtHostN
this._editors.set(editorId, { editor });
}
async $acceptDocumentAndEditorsDelta(delta: INotebookDocumentsAndEditorsDelta) {
$acceptDocumentAndEditorsDelta(delta: INotebookDocumentsAndEditorsDelta): void {
let editorChanged = false;
if (delta.removedDocuments) {