Search
The exit event is sent from the client to the server to ask the server to exit its process.
@type t() :: %GenLSP.Notifications.Exit{ jsonrpc: String.t(), method: String.t(), params: nil | nil }