Problem setting up multiple vscode terminals

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:

enter image description here

  • 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.

+4
source share
2 answers

, . , : # 10893

+1

.

- . , .

0

Source: https://habr.com/ru/post/1668770/


All Articles