-
-
Notifications
You must be signed in to change notification settings - Fork 253
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
astrocommunity.pack.java troubles #262
Comments
I have this issue too. I'll try and see if I can fix it. Most likely a dependency issue. |
Alright pull request is up. The issue was that given the recent updates mason was no longer required so the $MASON variable wasn't being loaded in. As mentioned in the pull request, you may also need to update your mason dependencies as there was a recent change which changes the path to the debug adapter jar files. I spent a while trying to figure out why my debugging wasn't functional, but it just needed a quick update. Edit: the debug adapter issue was also mentioned in #245, my bad. |
Thanks a lot, I couldn't find the bug. |
Following PR ##245, there are some troubles starting Java.
:lua print(os.getenv("MASON"))
gives the correct value/home/user/.local/share/nvim/mason
But when I open a
.java
file the JDTLS does not start.The
$MASON
variable is not expanded. Thelsp.log
file show :I use a customized
community.lua
with :The result is the same with it or not.
The text was updated successfully, but these errors were encountered: