JetBrains / sbt-idea-plugin

Develop IntelliJ plugins with Scala and SBT
Apache License 2.0
95 stars 26 forks source link

IDEA run configurations are not generated if IJ was manually installed #97

Closed mutcianm closed 3 years ago

mutcianm commented 3 years ago

Some linux users install their IJ IDEA into global non user-writable locations such as /opt/... which makes it almost impossible to detect it based on the location of sbt-launch.jar from Scala plugin, which is installed somewhere into user's home. Absolute path to currently running IJ installation is required as of #81 to correctly generate run configurations and templates. An explicit installation dir should be passed to sbt instead.

mutcianm commented 3 years ago

closed via https://github.com/JetBrains/sbt-idea-plugin/commit/cef4ac766594e5b460bb1e58bb1cd8b1ba2c1d90