debugger: Improve debugger panel empty state (#32889)
Before:  After:  Release Notes: - N/A (Beta: Improved the debugger panel when there are no currently active sessions)
This commit is contained in:
parent
dbc4ccd95a
commit
8883885ecb
5 changed files with 61 additions and 31 deletions
|
@ -349,4 +349,11 @@ pub mod outline {
|
|||
actions!(zed_predict_onboarding, [OpenZedPredictOnboarding]);
|
||||
actions!(git_onboarding, [OpenGitIntegrationOnboarding]);
|
||||
|
||||
actions!(debugger, [ToggleEnableBreakpoint, UnsetBreakpoint]);
|
||||
actions!(
|
||||
debugger,
|
||||
[
|
||||
ToggleEnableBreakpoint,
|
||||
UnsetBreakpoint,
|
||||
OpenProjectDebugTasks,
|
||||
]
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue