I read the new vscode 1.9 features, adding / working with multiple terminals, but in the end I added several terminals of the same type. for example CMD.
Is there a way to choose which type of terminal I can use, either bash (git), cmd (windows) OR bash (Ubuntu)? Thus, the following shutdown of the vscode terminal should change as:

- cmd.exe
- bash.exe (git)
- bash.exe (Ubuntu)
I tried changing the settings.json file for "terminal.integrated.shell.windows", however, it only considers the last value.
source
share