JetBrains / sbt-idea-plugin

Develop IntelliJ plugins with Scala and SBT
Apache License 2.0
98 stars 28 forks source link

IDEA plugins are added to runner project classpath #8

Closed mutcianm closed 5 years ago

mutcianm commented 5 years ago

Since IDEA 192.x bundled plugins are not loaded automatically from plugins dir even if they're missing from classpath

mutcianm commented 5 years ago

Okay, so this is actually not a problem since there's a more straightforward solution - running tests with the classpath of root project and not the runner. This both allows for loading plugins from classpath in tests while IDEA application run configurations can still be launched from the runner project without causing double plugin loading