class LSProtocol::FullDocumentDiagnosticReport

Overview

A diagnostic report with a full set of problems.

@since 3.17.0

Included Modules

Defined in:

lsprotocol/types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(items : Array(Diagnostic) | Nil, kind : String | Nil, result_id : String | Nil = nil) #

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

[View source]

Instance Method Detail

def items : Array(Diagnostic) #

The actual items.


[View source]
def kind : String #

A full document diagnostic report.


[View source]
def result_id : String | Nil #

[View source]