diff options
Diffstat (limited to 'helix-dap/src')
-rw-r--r-- | helix-dap/src/types.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-dap/src/types.rs b/helix-dap/src/types.rs index 45f45cca..51ecfe1b 100644 --- a/helix-dap/src/types.rs +++ b/helix-dap/src/types.rs @@ -726,7 +726,7 @@ pub mod events { #[serde(tag = "event", content = "body")] // seq is omitted as unused and is not sent by some implementations pub enum Event { - Initialized, + Initialized(Option<DebuggerCapabilities>), Stopped(Stopped), Continued(Continued), Exited(Exited), |