Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,8 @@ export class OpenModelPickerAction extends Action2 {
group: 'navigation',
when:
ContextKeyExpr.and(
// Hide the model picker in the floating chat input window
ChatContextKeys.inChatInputWindow.negate(),
// Hide the model picker while a delegation (continue in) target is pending
ChatContextKeys.hasPendingDelegationTarget.negate(),
ContextKeyExpr.or(
Expand Down