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

Method showErrorMessage

server/src/main.ts:422–422  ·  view source on GitHub ↗

* Show an error message. * * @param message The message to show.

(message: string)

Source from the content-addressed store, hash-verified

420 * @param message The message to show.
421 */
422 showErrorMessage(message: string): void;
423 showErrorMessage<T extends MessageActionItem>(message: string, ...actions: T[]): Thenable<T | undefined>;
424
425 /**

Callers 4

closedMethod · 0.65
startFunction · 0.65
initializeFunction · 0.65
sendErrorsMethod · 0.65

Implementers 1

RemoteWindowImplserver/src/main.ts

Calls

no outgoing calls

Tested by

no test coverage detected