Skip to content

Commit 585ea80

Browse files
Don't hide extension terminal entirely (#4096)
When `showOnStartup` is false, we currently completely hide the terminal from the user via an API that essentially backgrounds the terminal. This was in response to a user request, but has caused more problems than it's worth. This PR reverts the behavior so that it simply won't show the terminal pane on startup, but opening it reveals the connected extension terminal.
1 parent 86b6c12 commit 585ea80

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/process.ts

-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ export class PowerShellProcess {
109109
shellPath: this.exePath,
110110
shellArgs: powerShellArgs,
111111
cwd: this.sessionSettings.cwd,
112-
hideFromUser: !this.sessionSettings.integratedConsole.showOnStartup,
113112
iconPath: new vscode.ThemeIcon("terminal-powershell"),
114113
};
115114

0 commit comments

Comments
 (0)