-
Notifications
You must be signed in to change notification settings - Fork 29.5k
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
Add default choices in the integrated terminal dropdown menu. #9353
Comments
Since it's just a one-time configuration I wouldn't want to add chrome to the UI for this, especially since settings aren't applied anywhere on the UI. It would go against the minimalistic/lightweight value of VS Code. The documentation was just updated yesterday which recommends sysnative for cmd, powershell and bash. https://code.visualstudio.com/docs/editor/integrated-terminal#_configuration Closing this as designed, let's continue the conversation over in #7095 |
Is there any plans for supporting multiple types of terminals? Say I have 1 terminal for CMD, another for PS and maybe a 3rd custom that are all open and can be switched between. |
No plans, you can probably accomplish this by running powershell from within cmd and vice versa. |
Support for multiple terminal configs s deferred to this extension for now https://marketplace.visualstudio.com/items?itemName=Tyriar.shell-launcher |
It can be a pain trying to help someone properly setup a 64 bit cmd or PowerShell terminal. Since Code uses %comspec% as it's default terminal, this breaks a lot of things on 64 bit machines.
To make dealing with this easier, I think there should be a drop down similar to the terminal selection one where we can configure multiple terminals. Then Code can add some of the native ones as default values and allow users to add new ones.
Example on windows 64bit:
Example on windows 32bit:
You could also do something to add Shell Args in there as well, which I am really hoping Windows gets some day.
The text was updated successfully, but these errors were encountered: