使用 PowerShell 作为 WebStorm 终端并在当前项目文件夹中打开
Use PowerShell as the WebStorm terminal and open in current project folder
我正在使用 WebStorm 2016.1 并通过使用 powershell.exe
作为 WebStorm 终端设置中的 shell 路径将 PowerShell 配置为终端:
当我打开终端时,它不会在当前项目文件夹中打开,而是在我的主文件夹中打开。
如何在当前项目文件夹中打开它?
对我来说很好用。您有任何 PowerShell $PROFILE 文件吗?如果是,请检查是否在此处指定了 'Set-Location'。另见 https://superuser.com/questions/507387/autorun-for-powershell
我正在使用 WebStorm 2016.1 并通过使用 powershell.exe
作为 WebStorm 终端设置中的 shell 路径将 PowerShell 配置为终端:
当我打开终端时,它不会在当前项目文件夹中打开,而是在我的主文件夹中打开。
如何在当前项目文件夹中打开它?
对我来说很好用。您有任何 PowerShell $PROFILE 文件吗?如果是,请检查是否在此处指定了 'Set-Location'。另见 https://superuser.com/questions/507387/autorun-for-powershell