nixd
Loading...
Searching...
No Matches
Public Attributes | List of all members
lspserver::ShowMessageParams Struct Reference

#include <Protocol.h>

Public Attributes

MessageType type = MessageType::Info
 The message type.
 
std::string message
 The actual message.
 

Detailed Description

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.

Definition at line 716 of file lspserver/include/lspserver/Protocol.h.

Member Data Documentation

◆ message

std::string lspserver::ShowMessageParams::message

The actual message.

Definition at line 720 of file lspserver/include/lspserver/Protocol.h.

Referenced by lspserver::toJSON().

◆ type

MessageType lspserver::ShowMessageParams::type = MessageType::Info

The message type.

Definition at line 718 of file lspserver/include/lspserver/Protocol.h.

Referenced by lspserver::toJSON().


The documentation for this struct was generated from the following file: