Description
Prerequisites
- I have written a descriptive issue title.
- I have searched all issues to ensure it has not already been reported.
Summary
I don't like the integrated terminal popping up in the beginning. I understand why it does that, but for me, I set showOnStartup
to false
because I want it to be in the background. However, when I do want it, I only have one option: the command palette: Show Integrated Console
or probably another one is starting a debug session.
It would be nice if there was another way to get at this.
Proposed Design
Couple options... still thinking out loud though:
Could the PowerShell extension contribute a Terminal Profile so that it shows up in this list:
Then if you click on it, it will show up? The only thing I'm not so sure about is how does this work if you choose that profile multiple times (since there currently can only be 1 (ish) Integrated Console)? (an interesting thought @Tyriar @meganrogge)
Maybe there could be another Language Status entry for showing the Integrated Console?
Perhaps a button in the top right that shows the Integrated Console (when it's hidden)?