mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-09 20:37:13 -05:00
- For restoring to a request, we actually want to restore the request's initial checkpoint but put our pointer before it, so that further requests overwrite that request checkpoint. - We previously didn't discard undone checkpoints when new ones were applied - Refined the behavior of disablement to more explicitly provide the right UX (show up to and including the last checkpoint that contains any applied operation)