class LSProtocol::UnchangedDocumentDiagnosticReport

Overview

A diagnostic report indicating that the last returned report is still accurate.

@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) #

[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 result_id : String #

[View source]