View Source GenLSP.Notifications.WindowShowMessage (gen_lsp v0.10.0)
The show message notification is sent from a server to a client to ask the client to display a particular message in the user interface.
Message Direction: serverToClient
Link to this section Summary
Link to this section Types
@type t() :: %GenLSP.Notifications.WindowShowMessage{ jsonrpc: String.t(), method: String.t(), params: GenLSP.Structures.ShowMessageParams.t() | nil }