We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9de4050 commit 363b539Copy full SHA for 363b539
clients/lsp-elixir.el
@@ -105,7 +105,7 @@ Leave as default to let `executable-find' search for it."
105
:type '(repeat string)
106
:package-version '(lsp-mode . "8.0.0"))
107
108
-(defcustom lsp-elixir-ls-version "v0.22.0"
+(defcustom lsp-elixir-ls-version "v0.25.0"
109
"Elixir-Ls version to download.
110
It has to be set before `lsp-elixir.el' is loaded and it has to
111
be available here: https://github.com/elixir-lsp/elixir-ls/releases/"
0 commit comments