MCPcopy
hub / github.com/microsoft/vscode / error

Method error

src/vscode-dts/vscode.d.ts:7518–7518  ·  view source on GitHub ↗

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

(error: string | Error, ...args: any[])

Source from the content-addressed store, hash-verified

7516 * @param error Error or error message to log
7517 */
7518 error(error: string | Error, ...args: any[]): void;
7519 }
7520
7521 /**

Callers 15

index.tsFile · 0.65
runTestsInBrowserFunction · 0.65
runner.jsFile · 0.65
runFunction · 0.65
coverage.jsFile · 0.65
runTestsInBrowserFunction · 0.65
index.jsFile · 0.65
index.jsFile · 0.65
waitForServerFunction · 0.65
preload.jsFile · 0.65
loadTestsFunction · 0.65

Implementers 15

MockLogOutputChannelextensions/git/src/test/repositoryCach
NotebookLoggingServicesrc/vs/workbench/contrib/notebook/brow
MockLoggingServicesrc/vs/workbench/contrib/notebook/test
NullNotebookLoggingServicesrc/vs/workbench/contrib/notebook/test
EditSessionsLogServicesrc/vs/workbench/contrib/editSessions/
ExtHostOutputServicesrc/vs/workbench/api/common/extHostOut
UserDataSyncLogServicesrc/vs/platform/userDataSync/common/us
TestTelemetryLoggersrc/vs/platform/telemetry/test/common/
TerminalLogServicesrc/vs/platform/terminal/common/termin
CapturingLogsrc/vs/platform/agentHost/test/node/cl
OtlpEmitterLoggersrc/vs/platform/agentHost/common/otlp/
LogServicesrc/vs/platform/log/common/logService.

Calls

no outgoing calls

Tested by

no test coverage detected