move regenerate into RHS menu (for now)

This commit is contained in:
Johannes
2023-06-15 11:37:23 +02:00
parent 3c6acf1b2e
commit aa94277ce7

View File

@@ -169,7 +169,7 @@ export class ReRunRequestAction extends AbstractInlineChatAction {
icon: Codicon.refresh,
precondition: ContextKeyExpr.and(CTX_INLINE_CHAT_VISIBLE, CTX_INLINE_CHAT_EMPTY.negate(), CTX_INLINE_CHAT_LAST_RESPONSE_TYPE),
menu: {
id: MENU_INLINE_CHAT_WIDGET_STATUS,
id: MENU_INLINE_CHAT_WIDGET_FEEDBACK,
group: '2_feedback',
order: 3,
}