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

Method writeWarning

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

Source from the content-addressed store, hash-verified

15 writeTrace(message: string, ...additionalMessages: string[]): void;
16 writeDebug(message: string, ...additionalMessages: string[]): void;
17 writeWarning(message: string, ...additionalMessages: string[]): void;
18 writeAndShowWarning(
19 message: string,
20 ...additionalMessages: string[]

Callers 9

startMethod · 0.65
waitForSessionFileMethod · 0.65
onTerminalCloseMethod · 0.65
checkForUpdateMethod · 0.65
showRuleDocumentationMethod · 0.65

Implementers 2

TestLoggertest/utils.ts
Loggersrc/logging.ts

Calls

no outgoing calls

Tested by

no test coverage detected