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
elixir language server issue #6178
Comments
|
I tried to place elixir-ls from github release zip into ~Library/Application Support/Zed/languages/elixir-ls. |
|
getting the same error :( |
|
Same error here as well. MBA m2. elixir and elixir-ls installed via brew |
|
Also getting the same problem since yesterday, was all working fine before that for me. elixir 1.14.4 installed from source. If I remove elixir-ls from the languages folder, I get an error in the UI trying to download it: And the logs show: |
|
FWIW @mattbaker has a workaround for this in #6179 which also worked for me |
|
I started getting this error too |
|
@palvferenc - worth closing in favor of #6179 so we can consolidate votes and keep the thread in one place? |
|
Closing issue and promoting #6179 as the main thread, it describes the same problem and contains workaround. Thx @mattbaker ! |
Check for existing issues
Describe the bug / provide steps to reproduce it
Hi,
I have an issue while trying to use zed for elixir project.
I followed zed docs to install elixir-ls via brew, after install and restart zed, I have error:
Failed to download elixir language server.
From project root in terminal elixir-ls is starting.
Zed provides the following log entries:
2023-06-20T10:48:00 [ERROR] crates/zed/src/languages/elixir.rs:105: no cached binary
2023-06-20T10:48:00 [ERROR] crates/project/src/project.rs:2455: no asset found matching "elixir-ls.zip"
Environment
mac m1::macos ventura::13.4::zsh
If applicable, add mockups / screenshots to help explain present your vision of the feature
No response
If applicable, attach your
~/Library/Logs/Zed/Zed.logfile to this issue.If you only need the most recent lines, you can run the
zed: open logcommand palette action to see the last 1000.No response
The text was updated successfully, but these errors were encountered: