MCPcopy Index your code
hub / github.com/microsoft/vscode-languageserver-node / onLogMessage

Method onLogMessage

client/src/client.ts:109–109  ·  view source on GitHub ↗
(handle: NotificationHandler<LogMessageParams>)

Source from the content-addressed store, hash-verified

107 exit(): void;
108
109 onLogMessage(handle: NotificationHandler<LogMessageParams>): void;
110 onShowMessage(handler: NotificationHandler<ShowMessageParams>): void;
111 onTelemetry(handler: NotificationHandler<any>): void;
112

Callers 1

startFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected