You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While it is possible to run multiple different shells (bash, python, powershell, cmd, etc.) at the same time in the Integrated Terminal, it is more difficult to start them than it should be. Even the "Shell Launcher" extension, while better, is still not optimal. As a user, I should be able to configure the different shells I want in the User Settings and then when I click on the "+" icon to add a new shell, I should be presented with a popup list with all of the configured terminals. So in the user settings, I would replace the "terminal.integrated.shell.windows" string value with an array:
While it is possible to run multiple different shells (bash, python, powershell, cmd, etc.) at the same time in the Integrated Terminal, it is more difficult to start them than it should be. Even the "Shell Launcher" extension, while better, is still not optimal. As a user, I should be able to configure the different shells I want in the User Settings and then when I click on the "+" icon to add a new shell, I should be presented with a popup list with all of the configured terminals. So in the user settings, I would replace the "terminal.integrated.shell.windows" string value with an array:
and when clicking on the "+" symbol, pop up a list of the labels.
The text was updated successfully, but these errors were encountered: