Closed dieu closed 5 years ago
SBT's default run
task unfortunately seems to be unusable in order to run IDEA with sbt 1.x.
IDEA bootstrap process expects a certain file and folder structure for jars on the classpath, which sbt screws up.
I guess some sort of custom dumb launcher has to be implemented to make it work for sbt 1.x
For the time being you can debug your plugin from IDEA after having created a run confuguration by running $YOUR_RUNNER_PROJECT/createIDEARunConfiguration
task