GenLSP.Notifications.TelemetryEvent (gen_lsp v0.0.5)
The telemetry event notification is sent from the server to the client to ask the client to log telemetry data.
Link to this section Summary
Link to this section Types
@type t() :: %GenLSP.Notifications.TelemetryEvent{ jsonrpc: String.t(), method: String.t(), params: GenLSP.TypeAlias.LSPAny.t() | nil }