Every time after refreshing my plugin project, I have to remember to set the scope of the unmanaged jars to Provided. Otherwise I can't start an IntelliJ instance from within IntelliJ (because all intellij classes are twice on the classpath).
I tried to figure out how to change my build.sbt to solve this but I can't find a solution.
Every time after refreshing my plugin project, I have to remember to set the scope of the unmanaged jars to Provided. Otherwise I can't start an IntelliJ instance from within IntelliJ (because all intellij classes are twice on the classpath).
I tried to figure out how to change my build.sbt to solve this but I can't find a solution.
Many thanks in advance!