GenLSP.Requests.WindowShowMessageRequest (gen_lsp v0.0.9)
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
Link to this type
result()
@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 }