event

langoustine.lsp.requests.telemetry.event
object event extends LSPNotification

The telemetry event notification is sent from the server to the client to ask the client to log telemetry data.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
event.type

Members list

Type members

Types

type In = Value

Value members

Concrete methods

override def apply(in: Value): 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_telemetry_event (hidden)
given inputWriter: Writer[In]

Attributes

Inherited from:
notifications_telemetry_event (hidden)