-
Notifications
You must be signed in to change notification settings - Fork 502
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User Setting: Remember Terminal Status #1968
Labels
Comments
Hi @JustinGrote can you try using this setting:
|
TylerLeonhardt
added
Needs-Repro-Info
Needs: Fix Verification
Please verify the fix for us!
labels
May 24, 2019
That's for the PS integrated console. I want the opposite, for the vscode
integrated terminal to not show and only show PS into grated.
May be more appropriate for the vscode repository directly.
…On Fri, May 24, 2019, 11:07 AM Tyler James Leonhardt < ***@***.***> wrote:
Hi @JustinGrote <https://github.com/JustinGrote> can you try using this
setting:
"powershell.integratedConsole.showOnStartup": false
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1968?email_source=notifications&email_token=ADUNKUR65J3U3O37RWX4BO3PXAVETA5CNFSM4HODUVQKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWGFJLY#issuecomment-495735983>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADUNKUV5OPMMSQPDQOA74ODPXAVETANCNFSM4HODUVQA>
.
|
Ah right -- yeah I think that's most appropriate in the VSCode repo. I looked for a configuration on that briefly, but couldn't find one |
SydneyhSmith
added
Triage
Feature: VS Code
Request to use or implement a VS Code feature.
Area-Configuration
and removed
Needs-Repro-Info
Needs: Fix Verification
Please verify the fix for us!
labels
May 28, 2019
Going to close this, as it needs to be done on the VSCode end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Summary of the new feature
User Setting to not automatically reopen terminal on reload
Proposed technical implementation details (optional)
A user setting, terminal.integrated.RememberTerminalState, that will prevent the integrated terminal from reopening if it was already closed, even if the terminal window is visible at time of reload
Currently, when using the powershell extension, even if you have the "native" terminal closed and only had the Powershell Integrated Console open, if you issue a "Reload Window" command, the native terminal comes back, in addition to the integrated console, and both load at the same time. This has the effect of adding a lot of CPU to the startup time (and consequently several seconds) as both consoles are started.
This doesn't happen if the terminal pane was not visible at the time of reload.
This is related to #580, but that is the opposite problem: Remembering the status of the Powershell Integrated Terminal. It can be used as an implementation reference.
The text was updated successfully, but these errors were encountered: