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."
129
129
:type '(repeat string)
130
130
:package-version '(lsp-mode . " 8.0.0" ))
131
131
132
- (defcustom lsp-elixir-ls-version " v0.29.0 "
132
+ (defcustom lsp-elixir-ls-version " v0.29.1 "
133
133
" Elixir-Ls version to download.
134
134
It has to be set before `lsp-elixir.el' is loaded and it has to
135
135
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/"
138
138
:package-version '(lsp-mode . " 9.0.0" ))
139
139
140
140
(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 "
142
142
lsp-elixir-ls-version)
143
143
" Automatic download url for elixir-ls."
144
144
:type 'string
You can’t perform that action at this time.
0 commit comments