Trouble with Elixir extensions

Hello guys, as i’m using Elixir for my day to day, i’m having trouble with some Elixir extensions that might help me out reviewing code. Every time i open vs code i have the following issues:

Have you ever experienced some of these issues?

1 Like

Elixirls expects the mix project to be the root. If not you need to configure it to tell it where the mix project is located.

If you use asdf for managing your Erlang and Elixir versions then start VS Code from your shell, where asdf already loaded itself.

If you just start VS Code from your OS app launcher then the IDE won’t see your Elixir installation.

1 Like