fix(term): undo-ing code actions

This commit is contained in:
Gokul Soumya 2021-07-24 23:44:19 +02:00 committed by Blaž Hrastnik
parent 8da58fe44a
commit e07e42dcfb

View File

@ -2188,6 +2188,7 @@ fn apply_workspace_edit(
offset_encoding,
);
doc.apply(&transaction, view.id);
doc.append_changes_to_history(view.id);
}
}
lsp::DocumentChanges::Operations(operations) => {