File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ Leave as default to let `executable-find' search for it."
105
105
:type '(repeat string)
106
106
:package-version '(lsp-mode . " 8.0.0" ))
107
107
108
- (defcustom lsp-elixir-ls-version " v0.16 .0"
108
+ (defcustom lsp-elixir-ls-version " v0.20 .0"
109
109
" Elixir-Ls version to download.
110
110
It has to be set before `lsp-elixir.el' is loaded and it has to
111
111
be available here: https://github.com/elixir-lsp/elixir-ls/releases/"
@@ -116,7 +116,7 @@ be available here: https://github.com/elixir-lsp/elixir-ls/releases/"
116
116
(defcustom lsp-elixir-ls-download-url
117
117
(format " https://github.com/elixir-lsp/elixir-ls/releases/download/%1 $s/elixir-ls-%1 $s.zip "
118
118
lsp-elixir-ls-version)
119
- " Automatic download url for elixir-ls"
119
+ " Automatic download url for elixir-ls. "
120
120
:type 'string
121
121
:group 'lsp-elixir
122
122
:package-version '(lsp-mode . " 8.0.1" ))
You can’t perform that action at this time.
0 commit comments