Fix display of bindings for editor::AcceptInlineCompletion
+ add validation + use modifiers from keymap (#24442)
Release Notes: - N/A
This commit is contained in:
parent
43afa68dab
commit
78a5cf0257
9 changed files with 166 additions and 137 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -4060,6 +4060,7 @@ dependencies = [
|
|||
"http_client",
|
||||
"indoc",
|
||||
"inline_completion",
|
||||
"inventory",
|
||||
"itertools 0.14.0",
|
||||
"language",
|
||||
"linkify",
|
||||
|
@ -12032,6 +12033,7 @@ dependencies = [
|
|||
"futures 0.3.31",
|
||||
"gpui",
|
||||
"indoc",
|
||||
"inventory",
|
||||
"log",
|
||||
"migrator",
|
||||
"paths",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue