We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
coursier install metals
coursier
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 :-/
/usr/local/bin/metals-emacs
I was able to run lsp-metals-doctor-run and something seems off because I see
lsp-metals-doctor-run
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 :)
The text was updated successfully, but these errors were encountered:
Not only would I be happy to help, I'd love to debug this -- any tips?
I've started but right now I feel rather.. well, blind 😅.
Sorry, something went wrong.
No branches or pull requests
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:
As per the instructions on the scalameta page, I installed the server with
coursier install metals
and, fwiw, I installedcoursier
withbrew 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 seeeven tho 2.13.10 is said to be supported.
The doctor command also shows
Any ideas? Happy to update documentation once this gets resolved :)
The text was updated successfully, but these errors were encountered: