Merge branch 'main' into copilot2
This commit is contained in:
commit
1f538c5fdd
100 changed files with 10636 additions and 3033 deletions
|
@ -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,
|
||||
)),
|
||||
),
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue