nixd
|
#include <Protocol.h>
Public Attributes | |
URIForFile | uri |
The URI for which diagnostic information is reported. | |
std::vector< Diagnostic > | diagnostics |
An array of diagnostic information items. | |
std::optional< int64_t > | version |
The version number of the document the diagnostics are published for. | |
Definition at line 952 of file lspserver/include/lspserver/Protocol.h.
std::vector<Diagnostic> lspserver::PublishDiagnosticsParams::diagnostics |
An array of diagnostic information items.
Definition at line 956 of file lspserver/include/lspserver/Protocol.h.
Referenced by lspserver::toJSON().
URIForFile lspserver::PublishDiagnosticsParams::uri |
The URI for which diagnostic information is reported.
Definition at line 954 of file lspserver/include/lspserver/Protocol.h.
Referenced by lspserver::toJSON().
std::optional<int64_t> lspserver::PublishDiagnosticsParams::version |
The version number of the document the diagnostics are published for.
Definition at line 958 of file lspserver/include/lspserver/Protocol.h.
Referenced by lspserver::toJSON().