DebugAdapter$Typings extension

on

Properties

handleMessage ↔ void Function(DebugProtocolMessage)

Available on DebugAdapter, provided by the DebugAdapter$Typings extension

getter/setter pair
onDidSendMessage Event<DebugProtocolMessage>

Available on DebugAdapter, provided by the DebugAdapter$Typings extension

An event which fires after the debug adapter has sent a Debug Adapter Protocol message to the editor. Messages can be requests, responses, or events.
no setter