LSP::Message::Initialized
Inherits JSON::Serializable < Struct < Value < Object
The initialized notification is sent from the client to the server after the client received the result of the initialize request but before the client is sending any other request or notification to the server. The server can use the initialized notification for example to dynamically register capabilities. The initialized notification may only be sent once.
Constructors
new(pull : JSON::PullParser)
new
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Class methods
method
SourceInstance methods
jsonrpc
jsonrpc=(jsonrpc : String)
method
method=(method : String)