-
I recently started experimenting with VSCode + Metals. I am using VSCode with Mill. I successfully imported the build file and bloop seems to be working correctly save for one issue - I get the message I also get the following message (see full log below): So my question is, how should I set-up Metals so that it finds the Java sources and the Java extensions not interfere with Mill's bloop? TIA
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Thanks for reporting! The issue here is that Metals does not find JDK sources, which might not be installed by default on your machine. The only problem it will have is not jumping to JDK sources, everything else should work. There is some info here on how to install them: https://askubuntu.com/questions/755853/how-to-install-jdk-sources |
Beta Was this translation helpful? Give feedback.
Thanks for reporting! The issue here is that Metals does not find JDK sources, which might not be installed by default on your machine. The only problem it will have is not jumping to JDK sources, everything else should work.
There is some info here on how to install them: https://askubuntu.com/questions/755853/how-to-install-jdk-sources