Closed vitalydolgov closed 2 years ago
There were changes in the coursier installation process, see https://github.com/coursier/coursier/issues/2346
Is there a way we can work around this temporarily? Pinning an older version or something like this?
There is a setting in lsp-mode that can be disabled: https://github.com/emacs-lsp/lsp-mode/blob/fbfaa80095a82f7473cb7e45fe73b32ecc1900ae/lsp-mode.el#L7328
Say, @kurnevsky I see that there's a fix to the coursier urls and am assuming that that should fix this issue (thanks!) but that's for lsp-metals
version 1.3 and I'm only seeing 1.2 when I list-packages
.
Maybe 1.3 is yet-to-be-released?
Yeah, long time since last release. Do you use melpa stable on purpose?
Do you use melpa stable on purpose?
nope -- I probably just followed some instructions that said to add it. I take it life would be better if I switched? 😉 Happy to!
I must have found a way around this because I ran across this again and, after some reading am convinced that I need to stop using melpa stable buuuuut can't easily find out how to "switch".
I changed the priority in my init.el
:
(setq
package-archives '(("gnu" . "http://elpa.gnu.org/packages/")
("org" . "http://orgmode.org/elpa/")
("melpa" . "https://melpa.org/packages/")
("melpa-stable" . "http://stable.melpa.org/packages/"))
package-archive-priorities '(("melpa" . 5)
("melpa-stable" . 0)))
but no dice. Any ideas?
I figured I'd post in case folks have a recommended way to use lsp-metals.
Still :eyes: and will post if/when I get this locked in.
M-x lsp-install-server
on Emacs 27.2 gives the following error:Could you please check what's happening?