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

Method exit

client/src/client.ts:107–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

105 initialize(params: InitializeParams): Thenable<InitializeResult>;
106 shutdown(): Thenable<void>;
107 exit(): void;
108
109 onLogMessage(handle: NotificationHandler<LogMessageParams>): void;
110 onShowMessage(handler: NotificationHandler<ShowMessageParams>): void;

Callers 4

stopFunction · 0.80
resolve.tsFile · 0.80
runTimerFunction · 0.80
_createConnectionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected