publishDiagnostics

langoustine.lsp.requests.textDocument.publishDiagnostics

Diagnostics notification are sent from the server to the client to signal results of validation runs.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Value members

Concrete methods

override def apply(in: PublishDiagnosticsParams): PreparedNotification[this.type]

Attributes

Definition Classes

Inherited fields

val notificationMethod: String

Attributes

Inherited from:
LSPNotification

Givens

Inherited givens

given inputReader: Reader[In]

Attributes

Inherited from:
notifications_textDocument_publishDiagnostics (hidden)
given inputWriter: Writer[In]

Attributes

Inherited from:
notifications_textDocument_publishDiagnostics (hidden)