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

Method append

src/logging.ts:232–237  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

230 }
231
232 public append(message: string): void {
233 const parseResult = this.parser(message);
234 if (parseResult !== undefined) {
235 this.sendLogMessage(...parseResult);
236 }
237 }
238
239 /** Converts from Omnisharp logs since middleware for LogMessage does not currently exist **/
240 public static omnisharpLspParser(message: string): [string, LogLevel] {

Callers 1

appendLineMethod · 0.95

Calls 1

sendLogMessageMethod · 0.95

Tested by

no test coverage detected