mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
extract MenuWorkbenchButtonBar as a thing, use for main buttons in inline chat
This commit is contained in:
@@ -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_FEEDBACK,
|
||||
id: MENU_INLINE_CHAT_WIDGET_STATUS,
|
||||
group: '2_feedback',
|
||||
order: 3,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user