From 97d4b2b5fe399ecc9992df91aa4230fe96357792 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bla=C5=BE=20Hrastnik?= Date: Sun, 13 Feb 2022 18:32:57 +0900 Subject: [PATCH] Mark DAP as experimental --- helix-term/src/keymap.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helix-term/src/keymap.rs b/helix-term/src/keymap.rs index e08d7e448..fc90da330 100644 --- a/helix-term/src/keymap.rs +++ b/helix-term/src/keymap.rs @@ -659,7 +659,7 @@ impl Default for Keymaps { "S" => workspace_symbol_picker, "a" => code_action, "'" => last_picker, - "d" => { "Debug" sticky=true + "d" => { "Debug (experimental)" sticky=true "l" => dap_launch, "b" => dap_toggle_breakpoint, "c" => dap_continue,