Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not send the 'body' field for DAP Initialized Event. (#1345)
The body field is required on most DAP Events and optional on Terminated but is actually not included in Initialized at all. Clients parsing the Events strictly will think an Initialized Event with a body is malformed, so this change drops the field entirely for Initialized. https://microsoft.github.io/debug-adapter-protocol/specification#Events_Initialized
- Loading branch information