Description
I originally posted in scalameta/metals but given the comments there, I wonder if maybe there's an issue with lsp-metals?
I've tried the instructions from the scalameta page as well as the (much) smaller instructions from the lsp-metals readme but I always get the following:
LSP :: Stopped configuration of Scala SemanticDB in 2.13.10 projects: Error downloading org.scalameta:semanticdb-scalac_2.13.10:4.4.32
not found: /Users/arigold/.ivy2/local/org.scalameta/semanticdb-scalac_2.13.10/4.4.32/ivys/ivy.xml
not found: https://repo1.maven.org/maven2/org/scalameta/semanticdb-scalac_2.13.10/4.4.32/semanticdb-scalac_2.13.10-4.4.32.pom
As per the instructions on the scalameta page, I installed the server with coursier install metals
and, fwiw, I installed coursier
with brew coursier
.
To be honest, I've done so many installs and reinstalls that I'm not sure how /usr/local/bin/metals-emacs
got there :-/
I was able to run lsp-metals-doctor-run
and something seems off because I see
Scala 2.13.10 is not yet supported, please downgrade to Scala 2.13.8.
even tho 2.13.10 is said to be supported.
The doctor command also shows
Build server currently being used is Bloop v1.4.12.
Any ideas? Happy to update documentation once this gets resolved :)
Activity