helix/helix-term/src
François Laignel f86f350d5d
Debugger template: allow missing or empty completion list (#10332)
It can be convenient to define project specific debugger templates, some of
which might not necessitate prompting the user to define completion.

This commit makes completion optional for debugger templates and starts the
dap immediately if undefined or empty.
2024-05-06 17:37:04 +02:00
..
commands Debugger template: allow missing or empty completion list (#10332) 2024-05-06 17:37:04 +02:00
handlers signature: use the suggested LSP signature when changed (#10655) 2024-05-03 03:53:07 +02:00
keymap feat(command): select_all_children 2024-04-09 10:33:15 -04:00
ui signature: use the suggested LSP signature when changed (#10655) 2024-05-03 03:53:07 +02:00
application.rs use newtype parttern for langauge server id 2024-04-22 12:27:47 +09:00
args.rs Fallback to filename for +arg (#9333) 2024-01-14 15:11:18 +01:00
commands.rs fix: do not stop at first url at goto_file (#10622) 2024-04-29 08:18:58 -05:00
compositor.rs add redraw command (#6949) 2023-09-08 10:46:36 +09:00
config.rs
events.rs Add hook/event system 2024-01-23 11:20:19 +09:00
handlers.rs don't overload LS with completion resolve requests 2024-04-22 12:27:47 +09:00
health.rs Add glob file type support (#8006) 2024-02-11 18:24:20 +01:00
job.rs Add hook/event system 2024-01-23 11:20:19 +09:00
keymap.rs Allow numbers as second input event (#8471) 2024-02-14 11:53:15 +01:00
lib.rs Ignore .svn version control files (#10536) 2024-04-21 12:00:30 +09:00
main.rs Add glob file type support (#8006) 2024-02-11 18:24:20 +01:00