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.
1 parent 9d2d734 commit e8e69d3Copy full SHA for e8e69d3
src/vs/workbench/contrib/chat/browser/actions/chatActions.ts
@@ -534,9 +534,11 @@ MenuRegistry.appendMenuItem(MenuId.CommandCenter, {
534
when: ContextKeyExpr.and(
535
ContextKeyExpr.has('config.chat.commandCenter.enabled'),
536
ContextKeyExpr.or(
537
+ ContextKeyExpr.and(
538
+ ContextKeyExpr.has('config.chat.experimental.offerSetup'),
539
+ ChatContextKeys.Setup.entitled,
540
+ ),
541
ChatContextKeys.Setup.installed,
- ChatContextKeys.Setup.entitled,
- ContextKeyExpr.has('config.chat.experimental.offerSetup'),
542
ChatContextKeys.panelParticipantRegistered
543
)
544
),
0 commit comments