Andriy Drozdyuk
Andriy Drozdyuk

Reputation: 61121

How to use triggered restart with sbt-revolver under IntelliJ IDEA 14?

Following the spray template project, I've put the following sbt plugin definition into my IntelliJ 14 SBT based Scala project in project/plugins.sbt file:

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

Added Resvlver.settings to build.sbt (as per spray template build.sbt file). It is still highlighted in red, but does not fail.

Now I want to have the triggered-restart feature of sbt-revolver working. Where and how do I add the ~re-start argument in IDEA?

Upvotes: 3

Views: 1297

Answers (1)

Jacek Laskowski
Jacek Laskowski

Reputation: 74759

tl;dr You can't in IDEA 14.0.1 and earlier. I heard no plans about such support.

Upvotes: 1

Related Questions