Merge branch 'main' into copilot2

This commit is contained in:
Piotr Osiewicz 2023-12-06 15:13:13 +01:00
commit 1f538c5fdd
100 changed files with 10636 additions and 3033 deletions

View file

@ -314,7 +314,11 @@ impl PickerDelegate for CommandPaletteDelegate {
command.name.clone(),
r#match.positions.clone(),
))
.children(KeyBinding::for_action(&*command.action, cx)),
.children(KeyBinding::for_action_in(
&*command.action,
&self.previous_focus_handle,
cx,
)),
),
)
}