Skip to content

Commit d1ba5b0

Browse files
committed
Enable model picker in terminal
Fixes microsoft#233003
1 parent 54d81cd commit d1ba5b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/vs/workbench/contrib/chat/browser/actions/chatExecuteActions.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ MenuRegistry.appendMenuItem(MenuId.ChatExecute, {
127127
ContextKeyExpr.equals(ChatContextKeys.___location.key, ChatAgentLocation.Panel),
128128
ContextKeyExpr.equals(ChatContextKeys.___location.key, ChatAgentLocation.EditingSession),
129129
ContextKeyExpr.equals(ChatContextKeys.___location.key, ChatAgentLocation.Editor),
130-
ContextKeyExpr.equals(ChatContextKeys.___location.key, ChatAgentLocation.Notebook)
130+
ContextKeyExpr.equals(ChatContextKeys.___location.key, ChatAgentLocation.Notebook),
131+
ContextKeyExpr.equals(ChatContextKeys.___location.key, ChatAgentLocation.Terminal)
131132
)
132133
),
133134
});

0 commit comments

Comments
 (0)