Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-term/src/commands/dap.rs')
| -rw-r--r-- | helix-term/src/commands/dap.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/helix-term/src/commands/dap.rs b/helix-term/src/commands/dap.rs index a35fa23a..83dd936c 100644 --- a/helix-term/src/commands/dap.rs +++ b/helix-term/src/commands/dap.rs @@ -109,7 +109,6 @@ fn dap_callback<T, F>( jobs.callback(callback); } -// TODO: transition to `shellwords::Args` instead of `Option<Vec<Cow>>>` pub fn dap_start_impl( cx: &mut compositor::Context, name: Option<&str>, @@ -313,7 +312,6 @@ pub fn dap_restart(cx: &mut Context) { ); } -// TODO: transition to `shellwords::Args` instead of `Vec<String>` fn debug_parameter_prompt( completions: Vec<DebugConfigCompletion>, config_name: String, |