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
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -218,6 +218,11 @@ and you installed Elixir and Erlang from the Erlang Solutions repository, you ma
218
218
219
219
On fedora if you only install the elixir package you will not have a full erlang installation, this can be fixed by running `sudo dnf install erlang` (reported in [#231](https://github.com/elixir-lsp/elixir-ls/issues/231))
220
220
221
+
If you are using Emacs with lsp-mode there's a possibility that you have set the
222
+
wrong directory as the project root (especially if that directory does not have
223
+
a `mix.exs` file). To fix that you should remove the project and re-initialize:
0 commit comments