MCPcopy Create free account
hub / github.com/coderoad/coderoad-vscode / showOutput

Function showOutput

src/services/logger/output.ts:28–31  ·  view source on GitHub ↗
(channelName: string)

Source from the content-addressed store, hash-verified

26}
27
28export const showOutput = (channelName: string): void => {
29 const channel = getOutputChannel(channelName)
30 channel.show()
31}
32
33export const clearOutput = (channelName: string): void => {
34 const channel = getOutputChannel(channelName)

Callers 1

onOpenLogsFunction · 0.90

Calls 1

getOutputChannelFunction · 0.85

Tested by

no test coverage detected