struct

LSP::InitializeResult

Inherits JSON::Serializable < LSP::Initializer < Struct < Value < Object

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

capabilities

The capabilities the language server provides.

Source
capabilities=(capabilities : ServerCapabilities)

The capabilities the language server provides.

Source
server_info

Information about the server.

Source
server_info=(server_info : NamedTuple(name: String, version: String | Nil) | Nil)

Information about the server.

Source