MCPcopy
hub / github.com/dotnet/vscode-csharp / appendLine

Method appendLine

src/razor/src/vscodeAdapter.ts:109–109  ·  view source on GitHub ↗

* Append the given value and a line feed character * to the channel. * * @param value A string, falsy values will be printed.

(value: string)

Source from the content-addressed store, hash-verified

107 * @param value A string, falsy values will be printed.
108 */
109 appendLine(value: string): void;
110
111 /**
112 * Removes all output from the channel.

Implementers 1

ObservableLogOutputChannelsrc/lsptoolshost/logging/observableLog

Calls

no outgoing calls

Tested by

no test coverage detected