How to add multiple terminals in VS Code?

前端 未结 11 2510
轻奢々
轻奢々 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:09

    No. Perhaps in the future. See https://github.com/Microsoft/vscode/issues/7504

    If you use bash, you can use tmux to achieve something similar, as discussed in the issue linked above.

提交回复
热议问题