clang-tools
9.0.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. More...
#include <Protocol.h>
Public Attributes | |
MessageType | type = MessageType::Info |
The message type. More... | |
std::string | message |
The actual message. More... | |
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 511 of file Protocol.h.
std::string clang::clangd::ShowMessageParams::message |
The actual message.
Definition at line 515 of file Protocol.h.
MessageType clang::clangd::ShowMessageParams::type = MessageType::Info |
The message type.
Definition at line 513 of file Protocol.h.