mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
feat(csharp,debug): add C# debugger support (#4213)
This commit is contained in:
parent
661f48d62f
commit
2457111bf0
3 changed files with 21 additions and 2 deletions
|
@ -726,7 +726,7 @@ pub mod events {
|
|||
#[serde(tag = "event", content = "body")]
|
||||
// seq is omitted as unused and is not sent by some implementations
|
||||
pub enum Event {
|
||||
Initialized,
|
||||
Initialized(Option<DebuggerCapabilities>),
|
||||
Stopped(Stopped),
|
||||
Continued(Continued),
|
||||
Exited(Exited),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue