Skip to content

make sure to cancel current request on restore checkpoints#306901

Merged
justschen merged 1 commit intomainfrom
justin/meloetta-aria
Mar 31, 2026
Merged

make sure to cancel current request on restore checkpoints#306901
justschen merged 1 commit intomainfrom
justin/meloetta-aria

Conversation

@justschen
Copy link
Copy Markdown
Collaborator

fix #306401

Copilot AI review requested due to automatic review settings March 31, 2026 18:21
@vs-code-engineering
Copy link
Copy Markdown
Contributor

📬 CODENOTIFY

The following users are being notified based on files changed in this PR:

@jrieken

Matched files:

  • src/vs/workbench/contrib/chat/browser/chatEditing/chatEditingActions.ts

@justschen justschen enabled auto-merge (squash) March 31, 2026 18:23
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Fixes an issue where “Start Over” / checkpoint restore could leave an in-flight chat request running, blocking new prompts and later repopulating the session UI unexpectedly.

Changes:

  • Cancel the current in-progress request for the session before restoring an editing snapshot/checkpoint.

@justschen justschen merged commit 213b27d into main Mar 31, 2026
22 checks passed
@justschen justschen deleted the justin/meloetta-aria branch March 31, 2026 18:41
@vs-code-engineering vs-code-engineering bot added this to the 1.115.0 milestone Mar 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

"start over" did not actually kill the previous request

3 participants