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

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.

Message Direction: clientToServer

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
}