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

Method showTerminal

src/process.ts:210–212  ·  view source on GitHub ↗
(preserveFocus?: boolean)

Source from the content-addressed store, hash-verified

208 }
209
210 public showTerminal(preserveFocus?: boolean): void {
211 this.consoleTerminal?.show(preserveFocus);
212 }
213
214 public dispose(): void {
215 this.logger.writeDebug(

Callers 2

showDebugTerminalMethod · 0.80
showSessionTerminalMethod · 0.80

Calls 1

showMethod · 0.80

Tested by

no test coverage detected