MCPcopy
hub / github.com/microsoft/vscode-js-debug / warn

Method warn

src/typings/vscode.d.ts:7138–7138  ·  view source on GitHub ↗

* Outputs the given warning message to the channel. * * The message is only logged if the channel is configured to display LogLevel.Warning warning log level or lower. * * @param message warning message to log

(message: string, ...args: any[])

Source from the content-addressed store, hash-verified

7136 * @param message warning message to log
7137 */
7138 warn(message: string, ...args: any[]): void;
7139
7140 /**
7141 * Outputs the given error or error message to the channel.

Callers 9

itIntegratesBasicFunction · 0.65
constructorMethod · 0.65
restartFunction · 0.65
onFirstInitializeMethod · 0.65
createLifecycleMethod · 0.65
getProcessTreeFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected