Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/microsoft/vscode-cpptools
/ log
Function
log
Extension/src/logger.ts:140–142 ·
view source on GitHub ↗
(output: string)
Source
from the content-addressed store, hash-verified
138
}
139
140
export
function
log(output: string): void {
141
getOutputChannel().appendLine(`${output}`);
142
}
143
144
export
interface
DebugProtocolParams {
145
jsonrpc: string;
Callers
2
activate
Function · 0.90
logLocalized
Function · 0.85
Calls
2
getOutputChannel
Function · 0.85
appendLine
Method · 0.80
Tested by
no test coverage detected