- Elixir & Erlang versions (elixir --version):
- Operating system:
- Client (editor or IDE):
Delete this section if not reporting a crash
- If using a client other than VS Code, please try VS Code's ElixirLS extension. Does it reproduce your failure?
- Create a new Mix project with
mix new empty
, then open that project with VS Code and open an Elixir file. Is your issue reproducible on the empty project? If not, please publish a repo on Github that does reproduce it. - Check the output log by opening
View > Output
and selecting "ElixirLS" in the dropdown. Please include any output that looks relevant. (If ElixirLS isn't in the dropdown, the server failed to launch.) - Check the developer console by opening
Help > Toggle Developer Tools
and include any errors that look relevant.