-
I was using the METALS extension on vscode for a project. My sbt version is 1.6.2 and scala version is 2.12.8, which is required and shouldn't be changed.
However, after I run my code by Is there a way to settle this issue? I've tried adding Any help or insight is appreciated! :-) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Thanks for the question! I think the issue here might be that the This might be related to scalacenter/bloop#1631 or scalacenter/bloop#1504 Does it look like any of the above might bre related to your particular scenario? You might use sbt BSP server as an alternative using |
Beta Was this translation helpful? Give feedback.
Thanks for the question! I think the issue here might be that the
logback.xml
doesn't end up on the proper classpath 🤔This might be related to scalacenter/bloop#1631 or scalacenter/bloop#1504
Does it look like any of the above might bre related to your particular scenario?
You might use sbt BSP server as an alternative using
Metals: Switch Build server
command