Files
vscode/src
Connor Peet ceb31bb8f5 edits: fix 'restore checkpoint' leaving the request (#274542)
- 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)
2025-11-02 07:05:54 +00:00
..