You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems to be on bloop. Metals sends buildTarget/scalaTestClasses to collect information about tests but bloop just doesn't reply. That also means that if you had some tests discovered before e.g. by sbt it won't get updated.
Looks like part of the problem was scalacenter/bloop#2104 and at least the compilation would work. Can be tested with Bloop 1.5.8-4-b8701857-SNAPSHOT <- main problem was that typelevel projects seem to have more options, which caused the bug in Bloop to show.
Describe the bug
sbt new typelevel/typelevel.g8
and accept all the defaults.If we change the build in
build.sbt
fromto
and let Metals reimport/reindex the build, we get tests and code lens:
Expected behavior
Test explorer and Code lens should show up and work as normal with crosscompiled projects
Operating system
Linux
Editor/Extension
VS Code
Version of Metals
v0.11.9
Extra context or search terms
No response
The text was updated successfully, but these errors were encountered: