LSP::Message::Exit
Inherits JSON::Serializable < Struct < Value < Object
A notification to ask the server to exit its process. The server should exit with success code 0 if the shutdown request has been received before; otherwise with error code 1.
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)