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
I installed the elixir-ls extension in vscode. open a new example project, got error. The ElixirLS - elixir_learn server crashed 5 times in the last 3 minutes. The server will not be restarted.
Environment
Most of this can be filled out by running the VSCode command (by default bound to Ctrl+Shift+P) "ElixirLS: Copy Debug Info"
Restart your editor (which will restart ElixirLS) sometimes fixes issues
Stop your editor, remove the entire .elixir_ls directory, then restart your editor
the above steps seem unuseful.
The text was updated successfully, but these errors were encountered:
After seeing the logs of the vscode output panel about elixir_ls extension, it says a incomplete erlang installation. At the time of writing, I only install elixir by sudo dnf install elixir in my Fedora machine, it may missing some dependencies.
related links: elixir-lsp/elixir-ls#231 (comment) elixir-lang/elixir-lang.github.com#1499 sudo dnf install erlang get a fully complete erlang installation, and the elixir_ls extension works. Many thanks for your prompt tips and works.
Is this the right repo?
I installed the elixir-ls extension in vscode. open a new example project, got error.
The ElixirLS - elixir_learn server crashed 5 times in the last 3 minutes. The server will not be restarted
.Environment
Most of this can be filled out by running the VSCode command (by default bound to Ctrl+Shift+P) "ElixirLS: Copy Debug Info"
VSCode ElixirLS version: v0.11.0
Operating System Version:
Fedora
Troubleshooting
Restart your editor (which will restart ElixirLS) sometimes fixes issues
Stop your editor, remove the entire
.elixir_ls
directory, then restart your editorthe above steps seem unuseful.
The text was updated successfully, but these errors were encountered: