From b4fd3148e335a9d9ebcdfbb013df635e039e4bb1 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Wed, 1 Dec 2021 12:56:41 +0900 Subject: These TODOs have been resolved --- helix-term/src/commands/dap.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'helix-term/src/commands/dap.rs') diff --git a/helix-term/src/commands/dap.rs b/helix-term/src/commands/dap.rs index eee42244..6e89586a 100644 --- a/helix-term/src/commands/dap.rs +++ b/helix-term/src/commands/dap.rs @@ -392,7 +392,6 @@ fn debug_parameter_prompt( } pub fn dap_toggle_breakpoint(cx: &mut Context) { - // TODO: accept line instead of current selection let (view, doc) = current!(cx.editor); let path = match doc.path() { Some(path) => path.clone(), -- cgit v1.2.3-70-g09d2