Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/PowerShell/vscode-powershell
/ appendLine
Method
appendLine
src/logging.ts:228–230 ·
view source on GitHub ↗
(message: string)
Source
from the content-addressed store, hash-verified
226
) {}
227
228
public appendLine(message: string): void {
229
this.append(message);
230
}
231
232
public append(message: string): void {
233
const
parseResult = this.parser(message);
Callers
1
writeLine
Method · 0.80
Calls
1
append
Method · 0.95
Tested by
no test coverage detected