You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: