You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I work in different elixir projects that use different erlang and elixir versions, to manage this I use asdf so each project has a local file to define the correct versions and the system versions also come into play.
Is there a way to make elixir-lsp aware of this? so it rebuilds a new version when necessary with the correct combination.
The text was updated successfully, but these errors were encountered:
I'd consider just just dumping it in my home directory under: ~/.elixir-ls/release/<version number>/language_server.sh
Instructions on how to build a language server for each version of Elixir that you're on can be found in the LS repo's README: https://github.com/elixir-lsp/elixir-ls
I had to make sure the global version of elixir and erlang matched the version in the project,
delete ~/.elixir-ls
then run the commands in the readme link above to recompile the project
I work in different elixir projects that use different erlang and elixir versions, to manage this I use
asdf
so each project has a local file to define the correct versions and the system versions also come into play.Is there a way to make elixir-lsp aware of this? so it rebuilds a new version when necessary with the correct combination.
The text was updated successfully, but these errors were encountered: