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
Filip Dutescu 376c19e06b
feat(dap): implement Restart request (#5651)
Add a restart debug session command, which would issue a
[Restart Request][1], if the debugger supports it and a session is
running. It uses the same arguments and requests used to start the
initial session, when recreating it.

It builds upon #5532, making use of the changes to the termination
workflow of a session.

[1]: https://microsoft.github.io/debug-adapter-protocol/specification#Requests_Restart

Closes: #5594

Signed-off-by: Filip Dutescu <filip.dutescu@gmail.com>
2 years ago
..
commands feat(dap): implement Restart request (#5651) 2 years ago
keymap feat(dap): implement Restart request (#5651) 2 years ago
ui Fix lacking space panic (#6109) 2 years ago
application.rs fix: Handle signals before crossterm events (#6170) 2 years ago
args.rs Fix confusion with using --hsplit --vsplit on startup at same time (#4202) 2 years ago
commands.rs feat(dap): implement Restart request (#5651) 2 years ago
compositor.rs bump msrv to 1.63 (#5570) 2 years ago
config.rs Move top level lsp config to editor.lsp (#1868) 3 years ago
health.rs Print the binary required by the debug adapter (#5195) 2 years ago
job.rs bump msrv to 1.63 (#5570) 2 years ago
keymap.rs keymap: Test backslash escaping in commands 2 years ago
lib.rs Fix new clippy lints (#5892) 2 years ago
main.rs feat(lsp): pass client_info on initialization (#4904) 2 years ago