You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The URI for which diagnostic information is reported.
*/
URIDocumentUri`json:"uri"`
/**
* Optional the version number of the document the diagnostics are published
* for.
*
* @since 3.15.0
*/
Version*UInteger`json:"version,omitempty"`
interfacePublishDiagnosticsParams{/** * The URI for which diagnostic information is reported. */uri: DocumentUri;/** * Optional the version number of the document the diagnostics are published * for. * * @since 3.15.0 */version?: integer;/** * An array of diagnostic information items. */diagnostics: Diagnostic[];}
The text was updated successfully, but these errors were encountered:
The definition in
diagnostics.go
is not the same as what is defined in the specification.glsp/protocol_3_16/diagnostics.go
Lines 51 to 63 in d7cfc1c
The text was updated successfully, but these errors were encountered: