class LSProtocol::ClientInfo

Overview

Information about the client

@since 3.15.0 @since 3.18.0 ClientInfo type name added.

Included Modules

Defined in:

lsprotocol/types.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(name : String | Nil, version : String | Nil = nil) #

[View source]

Instance Method Detail

def name : String #

The name of the client as defined by the client.


[View source]
def version : String | Nil #

The client's version as defined by the client.


[View source]