UnchangedDocumentDiagnosticReport

langoustine.lsp.structures$.UnchangedDocumentDiagnosticReport
See theUnchangedDocumentDiagnosticReport companion object
case class UnchangedDocumentDiagnosticReport(kind: "unchanged", resultId: String)

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

Attributes

kind

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

resultId

A result id which will be sent on the next diagnostic request for the same document.

Since:

3.17.0

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product