How to open a terminal on WebStorm?

前端 未结 13 1558
心在旅途
心在旅途 2020-12-29 01:07

How do I get WebStorm to open a terminal?

When I try to do it I get an Exception:

\"java.io.IOEXception:couldn\'t create PTY\"

git

相关标签:
13条回答
  • 2020-12-29 01:54

    For Windows 10 users, we now have Windows Subsystem for Linux (WSL) so go to:

    File > Settings > Tools > Terminal and put in shell path:

    "C:\Windows\System32\cmd.exe" /C "bash"

    Note that you need to enable developer mode, and then WSL.

    0 讨论(0)
提交回复
热议问题