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

Method showSessionTerminal

src/session.ts:1355–1360  ·  view source on GitHub ↗
(isExecute?: boolean)

Source from the content-addressed store, hash-verified

1353
1354 // Always shows the session terminal.
1355 private showSessionTerminal(isExecute?: boolean): void {
1356 this.languageServerProcess?.showTerminal(
1357 isExecute &&
1358 !this.sessionSettings.integratedConsole.focusConsoleOnExecute,
1359 );
1360 }
1361
1362 private async showSessionMenu(): Promise<void> {
1363 const powershellExeFinder = new PowerShellExeFinder(

Callers 1

registerCommandsMethod · 0.95

Calls 1

showTerminalMethod · 0.80

Tested by

no test coverage detected