We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2c60ac commit 9fac323Copy full SHA for 9fac323
1 file changed
dap/client.py
@@ -178,7 +178,6 @@ def _handle_response(self, response: Response) -> Event:
178
if request and request.command == "initialize":
179
assert self._state == ClientState.WAITING_FOR_INITIALIZED
180
# Send initialized event
181
- self._send_event("initialized")
182
event = InitializedEvent(seq=response.seq, type="event", event="initialized")
183
self._state = ClientState.NORMAL
184
return event
0 commit comments