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

Method warn

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

Source from the content-addressed store, hash-verified

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);
308 }
309 // eslint-disable-next-line @typescript-eslint/no-explicit-any
310 public error(message: string, ...args: any[]): void {
311 this.channel.error(message, ...args);

Callers 2

writeLineMethod · 0.80
sendLogMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected