feat: add condition for inline chat editor affordance based on non-empty selection (#289856)

This commit is contained in:
Johannes Rieken
2026-01-23 12:34:35 +01:00
committed by GitHub
parent c95400c861
commit e8fa7c5d46
@@ -83,6 +83,7 @@ export class StartSessionAction extends Action2 {
id: MenuId.InlineChatEditorAffordance,
group: '1_chat',
order: 1,
when: EditorContextKeys.hasNonEmptySelection
}]
});
}