class LSProtocol::RelatedUnchangedDocumentDiagnosticReport

Overview

An unchanged diagnostic report with a set of related documents.

@since 3.17.0

Included Modules

Defined in:

lsprotocol/types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(kind : String | Nil, result_id : String | Nil, related_documents : Hash(URI, FullDocumentDiagnosticReport | UnchangedDocumentDiagnosticReport) | Nil = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def kind : String #

A document diagnostic report indicating no changes to the last result. A server can only return unchanged if result ids are provided.


[View source]
def related_documents : Hash(URI, FullDocumentDiagnosticReport | UnchangedDocumentDiagnosticReport) | Nil #

[View source]
def result_id : String #

[View source]