mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 12:33:35 +01:00
This commit is contained in:
@@ -43,7 +43,7 @@ export class StartSessionAction extends EditorAction2 {
|
||||
title: { value: LOCALIZED_START_INLINE_CHAT_STRING, original: 'Start Inline Chat' },
|
||||
category: AbstractInlineChatAction.category,
|
||||
f1: true,
|
||||
precondition: ContextKeyExpr.and(CTX_INLINE_CHAT_HAS_PROVIDER, CTX_INLINE_CHAT_VISIBLE.toNegated()),
|
||||
precondition: CTX_INLINE_CHAT_HAS_PROVIDER,
|
||||
keybinding: {
|
||||
when: EditorContextKeys.focus,
|
||||
weight: KeybindingWeight.WorkbenchContrib,
|
||||
|
||||
Reference in New Issue
Block a user