MCPcopy Index your code
hub / github.com/microsoft/vscode-cpptools / showOutputChannel

Function showOutputChannel

Extension/src/logger.ts:127–129  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125}
126
127export function showOutputChannel(): void {
128 getOutputChannel().show();
129}
130
131let outputChannelLogger: Logger | undefined;
132

Callers 1

Calls 2

getOutputChannelFunction · 0.85
showMethod · 0.45

Tested by

no test coverage detected