You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting the following error when trying to open a Deskfile in the terminal window of PhpStorm:
/usr/local/bin/desk: line 133: exec: jediterm-bash.in --bash -i: not found
Seems to be because the terminal plugin in Phpstorm is opening terminal sessions with additional flags which contain a path. This makes the approach chosen by desk to determine the shell interpreter impossible.
I am getting the following error when trying to open a Deskfile in the terminal window of PhpStorm:
Seems to be because the terminal plugin in Phpstorm is opening terminal sessions with additional flags which contain a path. This makes the approach chosen by desk to determine the shell interpreter impossible.
The text was updated successfully, but these errors were encountered: