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

Function initializeFeatures

client/src/client.ts:2913–2918  ·  view source on GitHub ↗
(_connection: IConnection)

Source from the content-addressed store, hash-verified

2911 }
2912
2913 private initializeFeatures(_connection: IConnection): void {
2914 let documentSelector = this._clientOptions.documentSelector;
2915 for (let feature of this._features) {
2916 feature.initialize(this._capabilities, documentSelector);
2917 }
2918 }
2919
2920 private handleRegistrationRequest(params: RegistrationParams): Thenable<void> {
2921 return new Promise<void>((resolve, reject) => {

Callers

nothing calls this directly

Calls 1

initializeMethod · 0.65

Tested by

no test coverage detected