Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/microsoft/vscode-cpptools
/ writeln
Method
writeln
Extension/src/Utility/Process/process.ts:125–127 ·
view source on GitHub ↗
(...lines: string[])
Source
from the content-addressed store, hash-verified
123
}
124
125
writeln(...lines: string[]) {
126
return
this.stdio.writeln(...lines);
127
}
128
129
all() {
130
return
[...this.stdio.all(), ...this.error.all()];
Callers
nothing calls this directly
Calls
1
writeln
Method · 0.65
Tested by
no test coverage detected