Can we add multiple different terminals in the VS Code? I am planning to add following three terminal and work with all of those :
Windows Com
For WSL Ubuntu on Windows terminal:
File -> preferences -> settings -> click code icon in top right
Enter the following:
{ "terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\wsl.exe", "git.enableSmartCommit": true }