Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
showDebugTerminal
Method · 0.80
showSessionTerminal
Method · 0.80
Calls
1
show
Method · 0.80
Tested by
no test coverage detected