Why doesn't Theia support filesystem-level Undo/Redo like VS Code? #16720
-
|
Hi all — I noticed Theia provides editor-level undo/redo via Monaco, but I couldn’t find a filesystem-level undo/redo feature (for create/delete/move/rename/write operations) similar to VS Code. Is there a reason this wasn’t implemented (design/technical trade-offs)? Are there any plans or roadmap items to add filesystem undo/redo in Theia? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Theia's |
Beta Was this translation helpful? Give feedback.
Thanks, that succinctly sums it up. Our initial implementation predates the feature in VSCode and so far, no one has prioritized the feature enough to contribute it to the code base. I don't think we even have a feature request for this yet. @YueCHEN195 Feel free to create one. As always, PRs are welcome :)