File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
134134It has to be set before `lsp-elixir.el' is loaded and it has to
135135be 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
You can’t perform that action at this time.
0 commit comments