helix-mods/helix-dap/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>
2023-03-06 18:19:53 +09:00
..
client.rs feat(dap): implement Restart request (#5651) 2023-03-06 18:19:53 +09:00
lib.rs feat(dap): send Disconnect if Terminated event received (#5532) 2023-02-20 13:00:00 +09:00
transport.rs Resolve a bunch of upcoming clippy lints 2022-11-04 21:06:28 +09:00
types.rs feat(dap): implement Restart request (#5651) 2023-03-06 18:19:53 +09:00