【问题标题】:Can't open terminal tabs with VSCode无法使用 VSCode 打开终端选项卡
【发布时间】:2017-07-10 20:51:45
【问题描述】:

我已经为 VSCode 安装了terminal tabs,并按照说明修改了keybindings.json

但是按 ctrl+t 不会打开新终端。如何从键盘打开新的终端选项卡?

【问题讨论】:

    标签: terminal visual-studio-code


    【解决方案1】:

    command needs to skip the shell, so it can go to the terminal itself。打开Preferences -> Settings 修改commandsToSkipShell:

    "terminal.integrated.commandsToSkipShell": [
      (existing settings)
      "terminalTabs.createTerminal"
    ]
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2018-06-28
      • 1970-01-01
      • 2019-01-19
      • 2020-12-24
      • 2023-03-17
      • 2014-11-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多