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.

Source:
requests.scala
class Object
trait Matchable
class Any
event.type

Type members

Types

type In = Value

Value members

Inherited fields

val notificationMethod: String
Inherited from:
LSPNotification
Source:
requests.scala

Givens

Givens

given inputReader: Reader[In]
given inputWriter: Writer[In]