View Source GenLSP.Notifications.Exit (gen_lsp v0.8.1)

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

Message Direction: clientToServer

Link to this section Summary

Link to this section Types

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