在下面的帖子https://github.com/Microsoft/vscode/issues/27791中,他们提到超级终端无法在VSCode中作为集成终端运行,因为超级自我托管在电子中。
他们还提到Hyper将实现xterm。 在当前的canary版本中,xterm已经实现,请参阅https://github.com/zeit/hyper/issues/1275
这是否意味着可以在vscode中将hyper作为集成终端运行?
答案 0 :(得分:0)
通过将以下内容添加到settings.json中,我能够将超级终端与VSCode集成在一起
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\wsl.exe",
答案 1 :(得分:-1)
https://github.com/microsoft/vscode/issues/27791#issuecomment-305547917
在继续下一步之前,请参考您的问题
但是,您可以通过将 settings.json 中的代码段粘贴到 vs 代码中来在外部运行它。
"terminal.integrated.shell.windows": "C:\\Users\\USERNAME\\AppData\\Local\\hyper\\hyper.exe",