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

#include <Protocol.h>

Collaboration diagram for lspserver::PublishDiagnosticsParams:
[legend]

Public Attributes

URIForFile uri
 The URI for which diagnostic information is reported.
 
std::vector< Diagnosticdiagnostics
 An array of diagnostic information items.
 
std::optional< int64_tversion
 The version number of the document the diagnostics are published for.
 

Detailed Description

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

Member Data Documentation

◆ diagnostics

std::vector<Diagnostic> lspserver::PublishDiagnosticsParams::diagnostics

An array of diagnostic information items.

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

◆ uri

URIForFile lspserver::PublishDiagnosticsParams::uri

The URI for which diagnostic information is reported.

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

◆ version

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.


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