Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Use PowerShell as the WebStorm terminal and open in current project folder

I am using WebStorm 2016.1 and have configured PowerShell as the terminal by using powershell.exe as the shell path in WebStorm's terminal settings:

enter image description here

When I open the terminal it does not open in the current project folder, but in my home folder.

enter image description here

How do I make it open in the current project folder?

like image 744
Sean Kearon Avatar asked May 26 '16 07:05

Sean Kearon


1 Answers

Works fine for me. Do you have any PowerShell $PROFILE files? if yes, check if 'Set-Location' is specified there. See also https://superuser.com/questions/507387/autorun-for-powershell

like image 99
lena Avatar answered Nov 15 '22 03:11

lena