Mark DAP as experimental

This commit is contained in:
Blaž Hrastnik 2022-02-13 18:32:57 +09:00
parent bd549d8a20
commit 97d4b2b5fe

View file

@ -659,7 +659,7 @@ fn default() -> Self {
"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,