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

Method writeError

src/logging.ts:114–116  ·  view source on GitHub ↗
(message: string, ...additionalMessages: string[])

Source from the content-addressed store, hash-verified

112 }
113
114 public writeError(message: string, ...additionalMessages: string[]): void {
115 this.writeAtLevel(LogLevel.Error, message, ...additionalMessages);
116 }
117
118 public async writeAndShowError(
119 message: string,

Callers 2

writeAndShowErrorMethod · 0.95

Calls 1

writeAtLevelMethod · 0.95

Tested by

no test coverage detected