Using Sbt 1.9.6-, I’ve been plagued by this warn message for years:
[warn] ENSIME not found. Try …
And I’ve had enough!
What is the cure? I don’t even use ENSIME.
Thanks in advance for any help!
Using Sbt 1.9.6-, I’ve been plagued by this warn message for years:
[warn] ENSIME not found. Try …
And I’ve had enough!
What is the cure? I don’t even use ENSIME.
Thanks in advance for any help!
I’d suggest to check if you don’t have any injected sbt plugins in ~/.sbt/1.0/
. Maybe at some point it was installed globally and it’s still present. I don’t have access to ensime sources, but this scala-cli issue opened by ensime author might give us a look how the sbt plugin might be implemented ENSIME · Issue #1502 · VirtusLab/scala-cli · GitHub
Not sure if that’s exactly that problem, but it seems possible.
Removing ~\.sbt\1.0\plugins\EnsimePlugin.scala
removed the warning message! Brilliant! Thanks!