mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
feat: add condition for inline chat editor affordance based on non-empty selection (#289856)
This commit is contained in:
@@ -83,6 +83,7 @@ export class StartSessionAction extends Action2 {
|
||||
id: MenuId.InlineChatEditorAffordance,
|
||||
group: '1_chat',
|
||||
order: 1,
|
||||
when: EditorContextKeys.hasNonEmptySelection
|
||||
}]
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user