View source
typedef ProtocolMessage
package vscode.debugProtocol
import vscode.debugProtocol.DebugProtocol
Base class of requests, responses, and events.
Fields
seq:Int
Sequence number (also known as message ID). For protocol messages of type 'request' this ID can be used to cancel the request.