JetBrains / sbt-idea-plugin

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

runIDE task should package the plugin first #70

Closed mutcianm closed 4 years ago

mutcianm commented 4 years ago

If you run the runIDE task it will only run the IDE without building the plugin, so the most recent changes in the code will not make it into the started IDE. tl;dr runIDE task should depend on packageArtifact task