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
Currently if I want to open a repo with IntelliJ Idea the official recommendation is to leverage the auto-generated shell script /usr/local/bin/idea. Unfortunately that's not working when I set it up in one of the app_* options:
"app_cmd": "/usr/local/bin/idea",
If I inline it I get it working but then I end up with something like this:
Currently if I want to open a repo with IntelliJ Idea the official recommendation is to leverage the auto-generated shell script
/usr/local/bin/idea
. Unfortunately that's not working when I set it up in one of theapp_*
options:If I inline it I get it working but then I end up with something like this:
Which has two problems:
The text was updated successfully, but these errors were encountered: