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

Method onShowMessage

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

Source from the content-addressed store, hash-verified

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

Callers 1

startFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected