-
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
fresh install doesn't work #913
Comments
i've debugged a bit further, if i run
|
I believe this is an issue with OTP 26. You'll need to use OTP 25 for the time-being. I ran into the same thing. #886 is tracking it. |
Please refer to compatibility matrix. OTP 26 is not supported |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Precheck
Environment
Current behavior
setup a brand new machine. Installed Elixir and Erlang via asdf. Installed a fresh instance of VSCode, no settings sync or anything. Brand new install. No other extensions. Just ElixirLS.
ElixirLS logs. If using Visual Studio Code, check the output log by opening
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.)no logs
If relevant include VSCode extension logs. Check the developer console by opening
Help > Toggle Developer Tools
.no logs
If relevant include Language Server Protocol/Debug Adapter Protocol messages trace. In VSCode turn on tracing in Settings > Extensions > ElixirLS > Elixir LS › Trace: Server.
no logs
reproduction:
install the extension on a fresh linux + code install
Expected behavior
the extension should work
The text was updated successfully, but these errors were encountered: