Java language server (jdtls) not working on NixOS 23.11 #9416
-
Hey folks, I'd like to share some issues I ran into while trying to get the Java language server working on NixOS 23.11. This will hopefully save somebody some time when they run into the same issue. The tl;dr is, that the jdtls that's coming with nixpkgs 23.11 and prior does not work with helix for two reasons. You need to uses version 1.31.0 of the package that is on nixpkgs-unstable at the time of this writing and will become available with NixOS 24.05. Issues with the version from 23.11:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is basically question and answer in one. So it's resolved by using nixpkgs unstable (or 24.05 once it's released). |
Beta Was this translation helpful? Give feedback.
This is basically question and answer in one. So it's resolved by using nixpkgs unstable (or 24.05 once it's released).