MCPcopy
hub / github.com/PowerShell/vscode-powershell / writeAndShowError

Method writeAndShowError

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

Source from the content-addressed store, hash-verified

21 ): Promise<void>;
22 writeError(message: string, ...additionalMessages: string[]): void;
23 writeAndShowError(
24 message: string,
25 ...additionalMessages: string[]
26 ): Promise<void>;

Implementers 2

TestLoggertest/utils.ts
Loggersrc/logging.ts

Calls

no outgoing calls

Tested by

no test coverage detected