View Source GenLSP.Requests.WindowShowMessageRequest (gen_lsp v0.8.1)

The show message request is sent from the server to the client to show a message and a set of options actions to the user.

Message Direction: serverToClient

Link to this section Summary

Link to this section Types

@type result() :: GenLSP.Structures.MessageActionItem.t() | nil
@type t() :: %GenLSP.Requests.WindowShowMessageRequest{
  id: integer(),
  jsonrpc: String.t(),
  method: String.t(),
  params: GenLSP.Structures.ShowMessageRequestParams.t() | nil
}