extract MenuWorkbenchButtonBar as a thing, use for main buttons in inline chat

This commit is contained in:
Johannes
2023-06-15 14:23:36 +02:00
parent aa94277ce7
commit be12637d72
4 changed files with 147 additions and 103 deletions

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_FEEDBACK,
id: MENU_INLINE_CHAT_WIDGET_STATUS,
group: '2_feedback',
order: 3,
}