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 6dfdac0 commit 02cd145Copy full SHA for 02cd145
installer/install-elixir-ls.cmd
@@ -1,7 +1,7 @@
1
@echo off
2
3
setlocal
4
-set VERSION=v0.20.0
+set VERSION=v0.23.0
5
set ZIP=elixir-ls-%VERSION%.zip
6
curl -L -o "%ZIP%" "https://github.com/elixir-lsp/elixir-ls/releases/download/%VERSION%/%ZIP%"
7
call "%~dp0\run_unzip.cmd" "%ZIP%"
installer/install-elixir-ls.sh
@@ -2,7 +2,7 @@
set -e
-version="v0.20.0"
+version="v0.23.0"
zip="elixir-ls-$version.zip"
url="https://github.com/elixir-lsp/elixir-ls/releases/download/$version/$zip"
8
curl -L -o "$zip" "$url"
0 commit comments