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
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.