GenLSP.Notifications.Initialized (gen_lsp v0.0.4)

The initialized notification is sent from the client to the server after the client is fully initialized and the server is allowed to send requests from the server to the client.

Link to this section Summary

Link to this section Types

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