struct LSP::Message::Telemetry
- LSP::Message::Telemetry
- Struct
- Value
- Object
Overview
The telemetry notification is sent from the server to the client to ask the client to log a telemetry event.
Included Modules
- JSON::Serializable
Defined in:
lsp/message.crConstructors
Class Method Summary
Instance Method Summary
- #jsonrpc : String
- #jsonrpc=(jsonrpc : String)
- #method : String
- #method=(method : String)
- #params : Params
- #params=(params : Params)