PublishDiagnosticsParams

langoustine.lsp.structures.PublishDiagnosticsParams
See thePublishDiagnosticsParams companion object
case class PublishDiagnosticsParams(uri: DocumentUri, version: Opt[Int], diagnostics: Vector[Diagnostic])

The publish diagnostic notification's parameters.

Value parameters

diagnostics

An array of diagnostic information items.

uri

The URI for which diagnostic information is reported.

version

Optional the version number of the document the diagnostics are published for. since 3.15.0

Attributes

Companion
object
Source
structures.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product