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

Method showLogPanel

src/logging.ts:162–164  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

160 }
161
162 public showLogPanel(): void {
163 this.logChannel.show();
164 }
165
166 private async writeLine(
167 message: string,

Callers 5

writeAndShowWarningMethod · 0.95
writeAndShowErrorMethod · 0.95
activateFunction · 0.80

Calls 1

showMethod · 0.80

Tested by

no test coverage detected