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.
2 parents f9adc94 + bb7ccba commit 3682e42Copy full SHA for 3682e42
src/vs/workbench/contrib/chat/browser/chatSessions.contribution.ts
@@ -473,7 +473,7 @@ export class ChatSessionsService extends Disposable implements IChatSessionsServ
473
ContextKeyExpr.equals('view', `${AGENT_SESSIONS_VIEWLET_ID}.${contribution.type}`)
474
),
475
submenu: MenuId.ChatSessionsCreateSubMenu,
476
- isSplitButton: true
+ isSplitButton: menuActions.length > 1
477
});
478
} else {
479
// We control creation instead
0 commit comments