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.