Skip to content

Commit 65a414d

Browse files
authored
Revert lsp-elixir-ls-download-url and update version to v0.29.1 (#4852)
The previous url change was a mistake on the release for v0.29.0 and was corrected on v0.29.1
1 parent 3a764b1 commit 65a414d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clients/lsp-elixir.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Leave as default to let `executable-find' search for it."
129129
:type '(repeat string)
130130
:package-version '(lsp-mode . "8.0.0"))
131131

132-
(defcustom lsp-elixir-ls-version "v0.29.0"
132+
(defcustom lsp-elixir-ls-version "v0.29.1"
133133
"Elixir-Ls version to download.
134134
It has to be set before `lsp-elixir.el' is loaded and it has to
135135
be available here: https://github.com/elixir-lsp/elixir-ls/releases/"
@@ -138,7 +138,7 @@ be available here: https://github.com/elixir-lsp/elixir-ls/releases/"
138138
:package-version '(lsp-mode . "9.0.0"))
139139

140140
(defcustom lsp-elixir-ls-download-url
141-
(format "https://github.com/elixir-lsp/elixir-ls/releases/download/%1$s/elixir-ls.zip"
141+
(format "https://github.com/elixir-lsp/elixir-ls/releases/download/%1$s/elixir-ls-%1$s.zip"
142142
lsp-elixir-ls-version)
143143
"Automatic download url for elixir-ls."
144144
:type 'string

0 commit comments

Comments
 (0)