aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/commands/dap.rs
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-12-01 03:56:41 +0000
committerBlaž Hrastnik2021-12-01 03:56:41 +0000
commitb4fd3148e335a9d9ebcdfbb013df635e039e4bb1 (patch)
tree1edb1ebdc521bb6c00c34eea6da1b709611f2c3f /helix-term/src/commands/dap.rs
parent96ae5897a1c7b10a2f03e8837e8a2a6ea4c18fa4 (diff)
These TODOs have been resolved
Diffstat (limited to 'helix-term/src/commands/dap.rs')
-rw-r--r--helix-term/src/commands/dap.rs1
1 files changed, 0 insertions, 1 deletions
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(),