This event indicates that the debug adapter is ready to accept configuration requests (e.g. `setBreakpoints`, `setExceptionBreakpoints`). A debug adapter is expected to send this event when it is ready to accept configuration requests (but not before the `initialize` request has finished). The sequence of events/requests is as follows: - adapters sends `initialized` event (after the `initialize` r
| 1211 | // - client sends one `configurationDone` request to indicate the end of the |
| 1212 | // configuration. |
| 1213 | struct InitializedEvent : public Event {}; |
| 1214 | |
| 1215 | DAP_DECLARE_STRUCT_TYPEINFO(InitializedEvent); |
| 1216 |
no outgoing calls
no test coverage detected
searching dependent graphs…