class LSProtocol::TelemetryEventNotification

Overview

The telemetry event notification is sent from the server to the client to ask the client to log telemetry data.

Included Modules

Defined in:

lsprotocol/types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(params : LSPAny) #

[View source]

Instance Method Detail

def id : Int32 | String | Nil #

[View source]
def jsonrpc : String #

[View source]
def method : String #

The method to be invoked.


[View source]
def params : LSPAny #

[View source]