【问题标题】:Open Hyper as integrated terminal打开 Hyper 作为集成终端
【发布时间】:2018-05-15 16:59:14
【问题描述】:

在下面的帖子https://github.com/Microsoft/vscode/issues/27791 中,他们提到超级终端无法在 VSCode 中作为集成终端运行,因为超级自我托管在电子中。

他们还提到 Hyper 将实现 xterm。 在当前的金丝雀版本中,xterm 已经实现,见https://github.com/zeit/hyper/issues/1275

是不是说可以在vscode中作为集成终端运行hyper?

【问题讨论】:

    标签: visual-studio-code


    【解决方案1】:

    通过将以下内容添加到 settings.json 中,我能够将超级终端与 VSCode 集成

    "terminal.integrated.shell.windows": "C:\\Windows\\System32\\wsl.exe",
    

    【讨论】:

      【解决方案2】:

      https://github.com/microsoft/vscode/issues/27791#issuecomment-305547917

      在继续下一步之前,请参阅此问题

      但是,您可以通过将sn-p粘贴到vs代码中的settings.json中来在外部运行它。

      "terminal.integrated.shell.windows": "C:\\Users\\USERNAME\\AppData\\Local\\hyper\\hyper.exe",
      

      【讨论】:

      猜你喜欢
      • 2018-11-25
      • 1970-01-01
      • 2018-02-14
      • 1970-01-01
      • 2018-03-09
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-04-30
      相关资源
      最近更新 更多