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
{{ message }}
This repository was archived by the owner on Sep 21, 2019. It is now read-only.
Since the 1.12.x series ensime-sbt now installs ENSIME with Coursier and records the server, scala-compiler, etc. jar paths needed for a launcher classpath in .ensime (see ensime/ensime-sbt#271).
I've mostly implemented this for ensime-vim today, should finish tomorrow hopefully or will at least open a WIP review. Just wanted to claim the issue to avoid anyone duplicating work.
The emacs client implemented this in ensime/ensime-emacs#563, for reference. I believe #167 was meant to be this but was closed when we added Coursier within the sbt bootstrap—connecting the references for posterity.