fix(term): undo-ing code actions

imgbot
Gokul Soumya 3 years ago committed by Blaž Hrastnik
parent 8da58fe44a
commit e07e42dcfb

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

Loading…
Cancel
Save