ElixirLS Fork and Live Share

Has anyone else used VS Code’s Live Share with Elixir codebases? Live Share is a collaborative coding extension from MS.

My experience is that even as the host I will lose the ability to jump to module definitions, completions and a bunch of other things. As a guest ElixirLS will notify that it has crashed repeatedly and given up.

Dialyzer integration tends to stay working.

Does anyone know of any fixes for this? Have any ideas about the problem?
Bonus round: is there a way to check if ElixirLS is spitting errors somewhere?

Bonus round: is there a way to check if ElixirLS is spitting errors somewhere?

In the Output tab select ElixirLS from the dropdown.

2 Likes

Thanks, that helps. I knew it was supposed to be output somewhere, just haven’t really gotten into the details in VS Code.

Disabling the other Elixir tooling I’ve installed and reloading to see if I can get to a working state.