struct LSP::Message::Shutdown
- LSP::Message::Shutdown
- Struct
- Value
- Object
Overview
The shutdown request is sent from the client to the server. It asks the server to shut down, but to not exit (otherwise the response might not be delivered correctly to the client). There is a separate exit notification that asks the server to exit.
Included Modules
- JSON::Serializable
Defined in:
lsp/message.crConstructors
Class Method Summary
Instance Method Summary
- #error_response_from_json(input)
- #id : Int64 | String
- #id=(id : Int64 | String)
- #jsonrpc : String
- #jsonrpc=(jsonrpc : String)
- #method : String
- #method=(method : String)
- #new_error_response
- #new_response
- #response_from_json(input)