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

Method writeError

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

Source from the content-addressed store, hash-verified

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

Callers 6

stopMethod · 0.65
resolveFuncMethod · 0.65
findPowerShellMethod · 0.65
startLanguageClientMethod · 0.65
changeSettingFunction · 0.65
waitForSessionFileMethod · 0.65

Implementers 2

TestLoggertest/utils.ts
Loggersrc/logging.ts

Calls

no outgoing calls

Tested by

no test coverage detected