Class DocumentDiagnosticReport


  • public class DocumentDiagnosticReport
    extends org.eclipse.lsp4j.jsonrpc.messages.Either<RelatedFullDocumentDiagnosticReport,​RelatedUnchangedDocumentDiagnosticReport>
    The result of a document diagnostic pull request. A report can either be a full report containing all diagnostics for the requested document or a unchanged report indicating that nothing has changed in terms of diagnostics in comparison to the last pull request.

    Since 3.17.0