debugger: Add onboarding modal (#32961)
- **debugger: Add debugger onboarding modal (wip)** - **woops** Release Notes: - debugger: Added the onboarding modal. --------- Co-authored-by: Danilo Leal <daniloleal09@gmail.com> Co-authored-by: Julia Ryan <p1n3appl3@users.noreply.github.com>
This commit is contained in:
parent
99215f7660
commit
db99d7131e
9 changed files with 1080 additions and 8 deletions
|
@ -249,6 +249,12 @@ pub mod assistant {
|
|||
impl_actions!(assistant, [InlineAssist]);
|
||||
}
|
||||
|
||||
pub mod debugger {
|
||||
use gpui::actions;
|
||||
|
||||
actions!(debugger, [OpenOnboardingModal, ResetOnboarding]);
|
||||
}
|
||||
|
||||
#[derive(PartialEq, Clone, Deserialize, Default, JsonSchema)]
|
||||
#[serde(deny_unknown_fields)]
|
||||
pub struct OpenRecent {
|
||||
|
@ -349,6 +355,7 @@ pub mod outline {
|
|||
actions!(zed_predict_onboarding, [OpenZedPredictOnboarding]);
|
||||
actions!(git_onboarding, [OpenGitIntegrationOnboarding]);
|
||||
|
||||
actions!(debug_panel, [ToggleFocus]);
|
||||
actions!(
|
||||
debugger,
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue