From 2457111bf074d4b5c1d45f76e2c7d593ceec5895 Mon Sep 17 00:00:00 2001 From: Filip Dutescu Date: Sat, 15 Oct 2022 23:33:57 +0300 Subject: feat(csharp,debug): add C# debugger support (#4213) --- helix-dap/src/types.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix-dap/src') 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), Stopped(Stopped), Continued(Continued), Exited(Exited), -- cgit v1.2.3-70-g09d2