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

Method info

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

Source from the content-addressed store, hash-verified

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);
304 }
305 // eslint-disable-next-line @typescript-eslint/no-explicit-any
306 public warn(message: string, ...args: any[]): void {
307 this.channel.warn(message, ...args);

Callers 3

writeLineMethod · 0.80
sendLogMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected