MCPcopy
hub / github.com/microsoft/vscode-languageserver-node / onTelemetry

Method onTelemetry

client/src/client.ts:111–111  ·  view source on GitHub ↗
(handler: NotificationHandler<any>)

Source from the content-addressed store, hash-verified

109 onLogMessage(handle: NotificationHandler<LogMessageParams>): void;
110 onShowMessage(handler: NotificationHandler<ShowMessageParams>): void;
111 onTelemetry(handler: NotificationHandler<any>): void;
112
113 didChangeConfiguration(params: DidChangeConfigurationParams): void;
114 didChangeWatchedFiles(params: DidChangeWatchedFilesParams): void;

Callers 1

startFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected