Multiple Terminal Options in UI #57970
Labels
*duplicate
Issue identified as a duplicate of another issue(s)
terminal
General terminal issues that don't fall under another label
Currently, the setting
"terminal.integrated.shell.windows":
sets only one terminal (command prompt, PowerShell, bash, etc.) for any file type.I would like to add multiple terminals in the settings, bound to languages or file extensions, and one default terminal. I can set it so when I open the terminal while editing a .ps1 file, the terminal is PowerShell. When editing a .sh file, it opens bash. When editing a .py file, it could even open ipython. These could be the default terminals set in settings, but the UI could have a dropdown with all configured terminals to choose from.
I'm getting along just fine with PowerShell as my one terminal, and launching ipython within PowerShell, but I think more terminal options in the UI would be nice.
The text was updated successfully, but these errors were encountered: