clang-tools 19.0.0git
Public Attributes | List of all members
clang::clangd::ShowMessageParams Struct Reference

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.
 
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 742 of file Protocol.h.

Member Data Documentation

◆ message

std::string clang::clangd::ShowMessageParams::message

The actual message.

Definition at line 746 of file Protocol.h.

Referenced by clang::clangd::toJSON().

◆ type

MessageType clang::clangd::ShowMessageParams::type = MessageType::Info

The message type.

Definition at line 744 of file Protocol.h.

Referenced by clang::clangd::toJSON().


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