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-view/src/handlers/dap.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix-view/src') diff --git a/helix-view/src/handlers/dap.rs b/helix-view/src/handlers/dap.rs index e39584c3..2e86871b 100644 --- a/helix-view/src/handlers/dap.rs +++ b/helix-view/src/handlers/dap.rs @@ -262,7 +262,7 @@ impl Editor { log::info!("{}", output); self.set_status(format!("{} {}", prefix, output)); } - Event::Initialized => { + Event::Initialized(_) => { // send existing breakpoints for (path, breakpoints) in &mut self.breakpoints { // TODO: call futures in parallel, await all -- cgit v1.2.3-70-g09d2