Skip to content

Commit aa94277

Browse files
committed
move regenerate into RHS menu (for now)
1 parent 3c6acf1 commit aa94277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/inlineChat/browser/inlineChatActions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ export class ReRunRequestAction extends AbstractInlineChatAction {
169169
icon: Codicon.refresh,
170170
precondition: ContextKeyExpr.and(CTX_INLINE_CHAT_VISIBLE, CTX_INLINE_CHAT_EMPTY.negate(), CTX_INLINE_CHAT_LAST_RESPONSE_TYPE),
171171
menu: {
172-
id: MENU_INLINE_CHAT_WIDGET_STATUS,
172+
id: MENU_INLINE_CHAT_WIDGET_FEEDBACK,
173173
group: '2_feedback',
174174
order: 3,
175175
}

0 commit comments

Comments
 (0)