LSP::InitializeResult
Inherits JSON::Serializable < LSP::Initializer < Struct < Value < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Sourcenew
SourceInstance methods
capabilities=(capabilities : ServerCapabilities)
The capabilities the language server provides.
server_info=(server_info : NamedTuple(name: String, version: String | Nil) | Nil)
Information about the server.