Johannes Rieken
2023-11-29 12:37:40 +01:00
committed by GitHub
parent 7a5744dffc
commit bf0c6eb8bb

View File

@@ -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,