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

Method initialize

client/src/client.ts:105–105  ·  view source on GitHub ↗
(params: InitializeParams)

Source from the content-addressed store, hash-verified

103 trace(value: Trace, tracer: Tracer, sendNotification?: boolean): void;
104
105 initialize(params: InitializeParams): Thenable<InitializeResult>;
106 shutdown(): Thenable<void>;
107 exit(): void;
108

Callers 3

startFunction · 0.65
initializeFunction · 0.65
initializeFeaturesFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected