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

Method writeAndShowWarning

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

Source from the content-addressed store, hash-verified

16 writeDebug(message: string, ...additionalMessages: string[]): void;
17 writeWarning(message: string, ...additionalMessages: string[]): void;
18 writeAndShowWarning(
19 message: string,
20 ...additionalMessages: string[]
21 ): Promise<void>;

Callers 8

findPowerShellMethod · 0.65
getBundledModulesPathMethod · 0.65
waitForSessionFileMethod · 0.65
openFileMethod · 0.65
closeFileMethod · 0.65
saveFileMethod · 0.65
saveFileAsMethod · 0.65
showWarningMessageMethod · 0.65

Implementers 2

TestLoggertest/utils.ts
Loggersrc/logging.ts

Calls

no outgoing calls

Tested by

no test coverage detected