You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
2 months ago
..
commands Debugger template: allow missing or empty completion list (#10332) 2 months ago
handlers signature: use the suggested LSP signature when changed (#10655) 2 months ago
keymap feat(command): select_all_children 3 months ago
ui signature: use the suggested LSP signature when changed (#10655) 2 months ago
application.rs use newtype parttern for langauge server id 3 months ago
args.rs Fallback to filename for +arg (#9333) 6 months ago
commands.rs fix: do not stop at first url at goto_file (#10622) 2 months ago
compositor.rs add redraw command (#6949) 10 months ago
config.rs feat: smart_tab 11 months ago
events.rs Add hook/event system 6 months ago
handlers.rs don't overload LS with completion resolve requests 3 months ago
health.rs Add glob file type support (#8006) 5 months ago
job.rs Add hook/event system 6 months ago
keymap.rs Allow numbers as second input event (#8471) 5 months ago
lib.rs Ignore .svn version control files (#10536) 3 months ago
main.rs Add glob file type support (#8006) 5 months ago