Add debug panel toggle#48020
Conversation
also moves debug panel ToggleFocus to its own namespace
|
We require contributors to sign our Contributor License Agreement, and we don't have @samueldominguez on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'. |
|
@cla-bot check |
|
We require contributors to sign our Contributor License Agreement, and we don't have @samueldominguez on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'. |
|
The cla-bot has been summoned, and re-checked this pull request! |
|
@cla-bot check |
|
The cla-bot has been summoned, and re-checked this pull request! |
|
I can merge this after the merge conflicts are resolved |
done |
|
|
Thank you! I enabled auto merge |
This adds `debug_panel::Toggle` which is the same as
`terminal_panel::Toggle` but for the debug panel. It also moves
`debug_panel::{Toggle, ToggleFocus}` to its own `pub mod` for
consistency with other keybinds.
[Related
discussion](zed-industries#47931 (comment))
Release Notes:
- Added `debug_panel::Toggle` to show/hide debug panel like
`terminal_panel::Toggle`
This adds
debug_panel::Togglewhich is the same asterminal_panel::Togglebut for the debug panel. It also movesdebug_panel::{Toggle, ToggleFocus}to its ownpub modfor consistency with other keybinds.Related discussion
Release Notes:
debug_panel::Toggleto show/hide debug panel liketerminal_panel::Toggle