LSP::ExitNotification
Inherits LSP::Initializer < LSP::NotificationMessage < LSP::Initializer < JSON::Serializable < LSP::Message < Reference < 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)
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.
new
Instance methods
params
Sourceparams=(params : Nil)
Source