Skip to content

Commit

Permalink
fix: allow cancel in New Edit Session (#232148)
Browse files Browse the repository at this point in the history
  • Loading branch information
joyceerhl authored Oct 24, 2024
1 parent ffe710d commit 4c22312
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ export function registerNewChatActions() {
title: localize('chat.startEditing.confirmation.title', "Start new editing session?"),
message: localize('chat.startEditing.confirmation.pending.message', "Starting a new editing session will end your current session. Do you want to discard pending edits to {0} files?", undecidedEdits.length),
type: 'info',
cancelButton: true,
buttons: [
{
label: localize('chat.startEditing.confirmation.discardEdits', "Discard & Continue"),
Expand Down

0 comments on commit 4c22312

Please sign in to comment.