Support undo a WorkspaceEdit #77190
Labels
feature-request
Request for new features or functionality
undo-redo
Issues around undo/redo
workspace-edit
Milestone
VS Code client supports applying two kinds of changes in a workspace edit:
But when the user is clicking
ctrl+z
, it only undo the text changes from currently opened file, not all changes from a workspace edit. Even don't support undo file operations such as CreateFile/RenameFile/DeleteFile at all.Usually from the perspective of a user, i will consider all changes caused by one UI operation as a action unit, they should be applied or undo together instead of separately.
The text was updated successfully, but these errors were encountered: