GenLSP.Notifications.Exit (gen_lsp v0.0.3)

The exit event is sent from the client to the server to ask the server to exit its process.

Link to this section Summary

Link to this section Types

@type t() :: %GenLSP.Notifications.Exit{
  jsonrpc: String.t(),
  method: String.t(),
  params: nil | nil
}