View source
class TelemetryEventNotification
package languageServerProtocol.protocol
import languageServerProtocol.protocol.Protocol
The telemetry event notification is sent from the server to the client to ask the client to log telemetry data.
The telemetry event notification is sent from the server to the client to ask the client to log telemetry data.
staticfinalinlineread onlytype:ProtocolNotificationType<Dynamic, NoData> = new ProtocolNotificationType<Dynamic,NoData>("telemetry/event")