diff options
author | Blaž Hrastnik | 2022-02-15 02:37:33 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2022-02-15 02:37:33 +0000 |
commit | 14224495378cb9ac0709869ef0c6478fe7475a4c (patch) | |
tree | 4180d89283d7748ac9e86c22e26fecb777ee0634 /helix-term/src/commands | |
parent | eeb9b398579828f64c2e6d814c25d8fccfa884b6 (diff) |
..
Diffstat (limited to 'helix-term/src/commands')
-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( |