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

#include <Protocol.h>

Public Attributes

std::string label
 
std::optional< boolneedsConfirmation
 
std::string description
 

Detailed Description

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

Member Data Documentation

◆ description

std::string lspserver::ChangeAnnotation::description

A human-readable string which is rendered less prominent in the user interface.

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

Referenced by lspserver::fromJSON().

◆ label

std::string lspserver::ChangeAnnotation::label

A human-readable string describing the actual change. The string is rendered prominent in the user interface.

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

Referenced by lspserver::fromJSON().

◆ needsConfirmation

std::optional<bool> lspserver::ChangeAnnotation::needsConfirmation

A flag which indicates that user confirmation is needed before applying the change.

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

Referenced by lspserver::fromJSON().


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