class

LSProtocol::InitializeResult

Inherits JSON::Serializable / Reference / Object

The result returned from an initialize request.

Constructors

new(pull : JSON::PullParser)
Source
new(capabilities : ServerCapabilities | Nil, server_info : ServerInfo | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

capabilities

The capabilities the language server provides.

Source
server_info

Information about the server.

@since 3.15.0

Source