MCPcopy
hub / github.com/PowerShell/vscode-powershell / show

Method show

src/logging.ts:287–289  ·  view source on GitHub ↗
(_column?: undefined, preserveFocus?: boolean)

Source from the content-addressed store, hash-verified

285 this.channel.replace(value);
286 }
287 show(_column?: undefined, preserveFocus?: boolean): void {
288 this.channel.show(preserveFocus);
289 }
290 public get onDidChangeLogLevel(): Event<LogLevel> {
291 return this.channel.onDidChangeLogLevel;
292 }

Callers 5

showLogPanelMethod · 0.80
startMethod · 0.80
showTerminalMethod · 0.80
constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected