View Source GenLSP.Notifications.TelemetryEvent (gen_lsp v0.10.0)
The telemetry event notification is sent from the server to the client to ask the client to log telemetry data.
Message Direction: serverToClient
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 }