We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df75e71 commit 638b02aCopy full SHA for 638b02a
src/vs/workbench/contrib/interactiveEditor/browser/interactiveEditorActions.ts
@@ -413,7 +413,6 @@ export class ApplyPreviewEdits extends AbstractInteractiveEditorAction {
413
},
414
menu: {
415
id: MENU_INTERACTIVE_EDITOR_WIDGET_STATUS,
416
- when: CTX_INTERACTIVE_EDITOR_LAST_RESPONSE_TYPE.notEqualsTo('message'),
417
group: '0_main',
418
order: 0
419
}
@@ -449,7 +448,6 @@ export class CancelSessionAction extends AbstractInteractiveEditorAction {
449
448
450
451
452
453
454
order: 1
455
0 commit comments