-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Indexing project fails because rebar3 is not included in bundled Elixir #451
Comments
Can you delete this directory I think maybe something went wrong where it unarchived the bundle but failed before installing rebar and hex. |
Actually I think #452 will fix it. if you can, can you try and build it locally and try (you'll need to first do you'll need zig installed tho, but mise should install it
you can see the valid burrito targets for your machine in or i can release the linked patch and you update and see if it works |
OK, update when you can and tell me if it solves your problem |
Hey, sorry I couldn’t test it before you cut a release, time zones and stuff meant I was snoring away. |
It looks like the issue is still present in
|
Removing the |
Fresh install of 0.21.1 using
elixir-tools.nvim
, I don't get any completions or symbols for my project because indexing fails.The log shows the following:
Since the runtime is now bundled with next-ls, I don't know how I can install rebar myself. All dependencies work locally using Elixir 1.16.2, OTP 26.2.4 both installed using mise.
The text was updated successfully, but these errors were encountered: