diff --git a/src/process.ts b/src/process.ts index ffc749fecd..6d8c8b6cda 100644 --- a/src/process.ts +++ b/src/process.ts @@ -109,7 +109,6 @@ export class PowerShellProcess { shellPath: this.exePath, shellArgs: powerShellArgs, cwd: this.sessionSettings.cwd, - hideFromUser: !this.sessionSettings.integratedConsole.showOnStartup, iconPath: new vscode.ThemeIcon("terminal-powershell"), };