Closed mbuhot closed 8 years ago
Thanks for the report. I'm not very familiar with OSX environments. So the "home" directory would be /Applications/IntelliJ\ IDEA.app/
?
And the executable is /Applications/IntelliJ\ IDEA.app/Contents/MacOS/idea/bin/idea.sh
?
I can try to adjust the platform detection but would need your support to test it.
Yes, except there is no .sh extension, just idea
I'll try to get something working and send a PR.
I drafted an updated at https://github.com/bentolor/idea-cli-inspector/tree/feature/osx-support
Ideally this should already just work
On OSX, the default installation for intellij puts the launch binary at
The groovy script looks like it handles windows/linux correctly but not OSX, as it expects bin/idea.sh to exist under the installation directory.