MCPcopy 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
140export function log(output: string): void {
141 getOutputChannel().appendLine(`${output}`);
142}
143
144export interface DebugProtocolParams {
145 jsonrpc: string;

Callers 2

activateFunction · 0.90
logLocalizedFunction · 0.85

Calls 2

getOutputChannelFunction · 0.85
appendLineMethod · 0.80

Tested by

no test coverage detected