Enum lsp_types::notification::Exit [−][src]
pub enum Exit {}
Expand description
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.