How to add multiple terminals in VS Code?

前端 未结 11 2528
轻奢々
轻奢々 2020-11-30 17:15

Can we add multiple different terminals in the VS Code? I am planning to add following three terminal and work with all of those :

  1. Windows Com
11条回答
  •  星月不相逢
    2020-11-30 18:10

    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
    }
    

提交回复
热议问题