MCPcopy Index your code
hub / github.com/PowerShell/vscode-powershell / debug

Method debug

src/logging.ts:298–300  ·  view source on GitHub ↗
(message: string, ...args: any[])

Source from the content-addressed store, hash-verified

296 }
297 // eslint-disable-next-line @typescript-eslint/no-explicit-any
298 public debug(message: string, ...args: any[]): void {
299 this.channel.debug(message, ...args);
300 }
301 // eslint-disable-next-line @typescript-eslint/no-explicit-any
302 public info(message: string, ...args: any[]): void {
303 this.channel.info(message, ...args);

Callers 3

writeLineMethod · 0.80
sendLogMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected