-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latest changes to language_server.sh break startup on macOS #470
Comments
@optikfluffel can you try to debug wich call to @jtrees do you have an idea what may be broken in your PR? |
@lukaszsamson when I put something like
|
FYI, I'm going to just revert #471 for now. Then we can re-implement it in a more cross-platform compatible way. |
@optikfluffel Where is elixir-ls in your filesystem? Does the path contain a space by any chance? Looks like I missed some important quotes in my previous PR. If that's the issue, then it should be fixed with #473. |
Great! And thanks for the speedy feedback! |
Environment
1.11.3
& Erlang23.2.3
10.15.7
3.2.2
LSP-elixir
Troubleshooting
.elixir_ls
directory, then restart your editorIf you're experiencing high CPU usage, it is most likely Dialyzer building the PLTs; after it's done the CPU usage should go back to normal. You could also disable Dialyzer in the settings.
Logs
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.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.)Help > Toggle Developer Tools
and include any errors that look relevant.Hey everyone, it seems your recent changes to language_server.sh broke something on macOS. If I revert those changes everything works fine again.
See sublimelsp/LSP-elixir#14 for details.
The text was updated successfully, but these errors were encountered: