diff options
-rw-r--r-- | helix-term/src/commands/dap.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/src/commands/dap.rs b/helix-term/src/commands/dap.rs index 8fda9166..bc37bd6c 100644 --- a/helix-term/src/commands/dap.rs +++ b/helix-term/src/commands/dap.rs @@ -346,7 +346,7 @@ pub fn dap_launch(cx: &mut Context) { }); cx.jobs.callback(callback); }, - ))); // TODO: wrap in popup with fixed size + )))); } fn debug_parameter_prompt( |