aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/commands.rs
diff options
context:
space:
mode:
authorDmitry Sharshakov2021-09-05 05:50:03 +0000
committerDmitry Sharshakov2021-09-05 05:50:03 +0000
commit8a609047c3e0d9586038b04cebb288d62db57a18 (patch)
tree75cbee04d9f12d3b8f4faab240bf67986f684b3d /helix-term/src/commands.rs
parent7bdead5b4b79ca81b645eb488a979d85b668f185 (diff)
Mouse command for editing logpoint
Diffstat (limited to 'helix-term/src/commands.rs')
-rw-r--r--helix-term/src/commands.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-term/src/commands.rs b/helix-term/src/commands.rs
index 73bf58b0..a4dd080b 100644
--- a/helix-term/src/commands.rs
+++ b/helix-term/src/commands.rs
@@ -318,6 +318,7 @@ impl Command {
dap_variables, "List variables",
dap_terminate, "End debug session",
dap_edit_condition, "Edit condition of the breakpoint on the current line",
+ dap_edit_log, "Edit log message of the breakpoint on the current line",
dap_switch_thread, "Switch current thread",
dap_switch_stack_frame, "Switch stack frame",
shell_pipe, "Pipe selections through shell command",