fix(term): undo-ing code actions
This commit is contained in:
parent
8da58fe44a
commit
e07e42dcfb
1 changed files with 1 additions and 0 deletions
|
@ -2188,6 +2188,7 @@ fn apply_workspace_edit(
|
||||||
offset_encoding,
|
offset_encoding,
|
||||||
);
|
);
|
||||||
doc.apply(&transaction, view.id);
|
doc.apply(&transaction, view.id);
|
||||||
|
doc.append_changes_to_history(view.id);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
lsp::DocumentChanges::Operations(operations) => {
|
lsp::DocumentChanges::Operations(operations) => {
|
||||||
|
|
Loading…
Add table
Reference in a new issue