debugger: Add keyboard navigation for breakpoint list (#31221)

Release Notes:

- Debugger Beta: made it possible to navigate the breakpoint list using
menu keybindings.
This commit is contained in:
Cole Miller 2025-05-26 15:40:07 -04:00 committed by GitHub
parent 4acb4730a5
commit ee415de45f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 385 additions and 171 deletions

View file

@ -63,6 +63,7 @@ workspace.workspace = true
workspace-hack.workspace = true
debugger_tools = { workspace = true, optional = true }
unindent = { workspace = true, optional = true }
zed_actions.workspace = true
[dev-dependencies]
dap = { workspace = true, features = ["test-support"] }