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

Method write

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

Source from the content-addressed store, hash-verified

8 */
9export interface ILogger {
10 write(message: string, ...additionalMessages: string[]): void;
11 writeAndShowInformation(
12 message: string,
13 ...additionalMessages: string[]

Callers 8

constructorMethod · 0.65
startMethod · 0.65
restartSessionMethod · 0.65
startLanguageClientMethod · 0.65
startMethod · 0.65
maybeGetNewReleaseMethod · 0.65
promptToUpdateMethod · 0.65
constructorMethod · 0.65

Implementers 2

TestLoggertest/utils.ts
Loggersrc/logging.ts

Calls

no outgoing calls

Tested by

no test coverage detected