MCPcopy Create free account
hub / github.com/microsoft/vscode-languageserver-node / trace

Function trace

client/src/client.ts:2417–2425  ·  view source on GitHub ↗
(value: Trace)

Source from the content-addressed store, hash-verified

2415 }
2416
2417 public set trace(value: Trace) {
2418 this._trace = value;
2419 this.onReady().then(() => {
2420 this.resolveConnection().then((connection) => {
2421 connection.trace(value, this._tracer);
2422 })
2423 }, () => {
2424 });
2425 }
2426
2427 private data2String(data: any): string {
2428 if (data instanceof ResponseError) {

Callers

nothing calls this directly

Calls 1

traceMethod · 0.65

Tested by

no test coverage detected