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

Method writeWarning

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

Source from the content-addressed store, hash-verified

93 }
94
95 public writeWarning(
96 message: string,
97 ...additionalMessages: string[]
98 ): void {
99 this.writeAtLevel(LogLevel.Warning, message, ...additionalMessages);
100 }
101
102 public async writeAndShowWarning(
103 message: string,

Callers 1

writeAndShowWarningMethod · 0.95

Calls 1

writeAtLevelMethod · 0.95

Tested by

no test coverage detected