nixd
|
#include <Protocol.h>
Public Attributes | |
Location | location |
The location of this related diagnostic information. | |
std::string | message |
The message of this related diagnostic information. | |
Represents a related message and source code location for a diagnostic. This should be used to point to code locations that cause or related to a diagnostics, e.g when duplicating a symbol in a scope.
Definition at line 862 of file lspserver/include/lspserver/Protocol.h.
Location lspserver::DiagnosticRelatedInformation::location |
The location of this related diagnostic information.
Definition at line 864 of file lspserver/include/lspserver/Protocol.h.
Referenced by lspserver::toJSON().
std::string lspserver::DiagnosticRelatedInformation::message |
The message of this related diagnostic information.
Definition at line 866 of file lspserver/include/lspserver/Protocol.h.
Referenced by lspserver::toJSON().