mskyaxl / wsl-terminal

Terminal emulator for Windows Subsystem for Linux (WSL)
MIT License
3.12k stars 158 forks source link

question => vscode integration #67

Closed gracefullight closed 6 years ago

gracefullight commented 6 years ago

My vscode setting is this

"terminal.integrated.shell.windows": "E:\\Program Files\\wsl-terminal\\open-wsl.exe",
"terminal.integrated.shellArgs.windows": ["-a"],

I want to display the terminal in vscode, (ctrl + `) but keep it open in a new window, can I fix this?

image

goreliu commented 6 years ago

No.

Note: To be used as an integrated terminal, the shell executable must be a console application so that stdin/stdout/stderr can be redirected.