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

Method start

client/src/main.ts:467–475  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

465 }
466
467 public start(): Disposable {
468 Workspace.onDidChangeConfiguration(this.onDidChangeConfiguration, this, this._listeners);
469 this.onDidChangeConfiguration();
470 return new Disposable(() => {
471 if (this._client.needsStop()) {
472 this._client.stop();
473 }
474 });
475 }
476
477 private onDidChangeConfiguration(): void {
478 let index = this._setting.indexOf('.');

Callers 3

handleConnectionClosedFunction · 0.80

Calls 3

stopMethod · 0.80

Tested by

no test coverage detected