elixir-lsp / elixir-ls

A frontend-independent IDE "smartness" server for Elixir. Implements the "Language Server Protocol" standard and provides debugger support via the "Debug Adapter Protocol"
https://elixir-lsp.github.io/elixir-ls/
Apache License 2.0
1.5k stars 196 forks source link

ElixirLS bootstrapping trying to download a version that don't exists #1082

Closed andrepaes closed 8 months ago

andrepaes commented 8 months ago

Hey, i've tried to use elixirLS with nvim 0.9.5 but something weird is happening as it seems the installer.exs is trying to fetch a version that does not exists a release and then it's failling, does anyone experienced something like this? It's on elixir 1.13.4 and otp 24.3.4.1

image

lukaszsamson commented 8 months ago

Please check out a tagged release before running release scripts https://github.com/elixir-lsp/elixir-ls?tab=readme-ov-file#mixinstall-based-release. If you are interested in ElixirLS development or want to run latest master please head to https://github.com/elixir-lsp/elixir-ls/blob/master/DEVELOPMENT.md