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

Method writeAndShowErrorWithActions

src/logging.ts:27–27  ·  view source on GitHub ↗
(
        message: string,
        actions: {
            prompt: string;
            action: (() => Promise<void>) | undefined;
        }[],
    )

Source from the content-addressed store, hash-verified

25 ...additionalMessages: string[]
26 ): Promise<void>;
27 writeAndShowErrorWithActions(
28 message: string,
29 actions: {
30 prompt: string;

Callers 4

promptForRestartMethod · 0.65

Implementers 2

TestLoggertest/utils.ts
Loggersrc/logging.ts

Calls

no outgoing calls

Tested by

no test coverage detected