JetBrains / sbt-idea-plugin

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

Support new plugin classloading mechanism since IJ 213.2732 #112

Closed unkarjedy closed 2 years ago

unkarjedy commented 2 years ago

similar to https://github.com/JetBrains/sbt-idea-plugin/issues/81

Since 213.2732 (or maybe some earlier 213.x version) when IntelliJ is run from sources, it requires all plugins classpaths to be passed along with <idea_root>/lib/* jars. This change should affect scalaCommunity/Ultimate run configurations