Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open Hyper as integrated terminal

In the following post https://github.com/Microsoft/vscode/issues/27791 they mentioned hyper terminal cannot run as integrated terminal in VSCode because hyper self is hosted in electron.

They also mentioned that Hyper will implement xterm. In the current canary version, xterm is implemented yet, see https://github.com/zeit/hyper/issues/1275

Does it mean that it is possible to run hyper as a integrated terminal in vscode?

like image 601
Bart.NETJS Avatar asked Dec 01 '17 14:12

Bart.NETJS


People also ask

What is Hyper Terminal in Mac?

Hyper is a terminal built on web technologies.

How do I open Visual Studio in terminal?

Once your terminal is open, you can open VS Code from it by typing $ code . Then hit enter . Once you hit enter , VS Code will now open.


1 Answers

I was able to integrate hyper terminal with VSCode by adding the following to the settings.json

"terminal.integrated.shell.windows": "C:\\Windows\\System32\\wsl.exe",
like image 162
DJBrandoK Avatar answered Sep 24 '22 13:09

DJBrandoK