How to use a triggered restart with sbt revolver in IntelliJ IDEA 14?

Following the spray template project project , I injected the following sbt plugin project into an IntelliJ 14 SBT based Scala project in a project/plugins.sbt

file:

addSbtPlugin("io.spray" % "sbt-revolver" % "0.7.1")

      

Added Resvlver.settings

in build.sbt

(according to the spray template build.sbt file). It is still highlighted in red, but not interrupted.

Now I want to work with sbt-revolver running restart . Where and how to add an argument ~re-start

to IDEA?

+3


source to share


1 answer


tl; dr you cannot in IDEA 14.0.1 and earlier. I have not heard of any plans for such support.



+1


source







All Articles