在下面的https://github.com/Microsoft/vscode/issues/27791帖子中,他们提到超级终端不能在VSCode中作为集成终端运行,因为超级自我托管在电子中。
他们还提到Hyper将实现xterm。在当前的canary版本中,xterm已经实现,请参阅https://github.com/zeit/hyper/issues/1275
这是否意味着可以在vscode中将hyper作为集成终端运行?
通过在settings.json中添加以下内容,我能够将超级终端与VSCode集成
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\wsl.exe",