Replies: 2 comments 2 replies
-
Also, is there a way to prevent it from compiling everything, unless my code actually needs it? For example, I don't need to compile hwacha or midas when I'm only importing from rocketchip. All of the sub-projects are defined in the root build.sbt, but not all of them are being imported by the project files I am working on. |
Beta Was this translation helpful? Give feedback.
2 replies
-
I remember running into this very same issue. I was able to resolve it by using a different Java vendor from |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
I've been fighting with this issue for a while. I've tried wiping and re-installing Metals, as well as running
:MetalsResetWorkspace
and:MetalsRestartMetals
and:MetalsCompileCancel
. I keep getting to a point where Metals attempts to recompile all my sources and then inevitably gets stuck at some point in one of the sub-projects.I don't know how to predict which project and which percentage it'll get stuck at, but it seems to always do this. What can I do to stop this from happening / what do I need to do if it does happen?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions