What you can do, well ... in my case, I'm using Visual Studio Code, you forgot to include your IDE in your question. Now I have integrated the terminal with VSC, so in fact I do not have three windows floating around. Now there is work with windows, which Mac does not exist, to have 3 windows that you would have to include in your settings:
//Terminal Configurations //PowerShell Windows //"terminal.integrated.shell.windows": "C:\\WINDOWS\\system32\\cmd.exe", //GIT Bash Configuration "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
so when you clik on the plus, it will create a βnew windowβ, but will not pop up, look:

By the way, you cannot activate both at the same time, one for bash, one for cmd, I use cmd for my mongodb and bash for the rest.
You can also replace bash or cmd for the nodejs command line, if you want, just put it on one of the routes above :)
Hope it helps!
source share