Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
127
export
function
showOutputChannel(): void {
128
getOutputChannel().show();
129
}
130
131
let
outputChannelLogger: Logger | undefined;
132
Callers
1
displayExtensionNotReadyPrompt
Function · 0.90
Calls
2
getOutputChannel
Function · 0.85
show
Method · 0.45
Tested by
no test coverage detected