Skip to content

Commit 638b02a

Browse files
committed
show accept/discard btns even when last response was a message response
1 parent df75e71 commit 638b02a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/vs/workbench/contrib/interactiveEditor/browser/interactiveEditorActions.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,6 @@ export class ApplyPreviewEdits extends AbstractInteractiveEditorAction {
413413
},
414414
menu: {
415415
id: MENU_INTERACTIVE_EDITOR_WIDGET_STATUS,
416-
when: CTX_INTERACTIVE_EDITOR_LAST_RESPONSE_TYPE.notEqualsTo('message'),
417416
group: '0_main',
418417
order: 0
419418
}
@@ -449,7 +448,6 @@ export class CancelSessionAction extends AbstractInteractiveEditorAction {
449448
},
450449
menu: {
451450
id: MENU_INTERACTIVE_EDITOR_WIDGET_STATUS,
452-
when: CTX_INTERACTIVE_EDITOR_LAST_RESPONSE_TYPE.notEqualsTo('message'),
453451
group: '0_main',
454452
order: 1
455453
}

0 commit comments

Comments
 (0)