ValdemarGr / mezel

Scala BSP implementation for Bazel.
Apache License 2.0
16 stars 2 forks source link

Omission of deps target artifacts in build definition #6

Open ValdemarGr opened 9 months ago

ValdemarGr commented 9 months ago

aspect.bzl has a variable ignore

I would like ignore to be the artifacts generated by scala_library targets, but I am unsure if that is possible.

Currently type information (among other features) will not work for build targets in deps if the build target's output artifacts (source and jar) isn't included on the classpath, why is this? I can see that the generated semanticdb files have inferred types in them, maybe metals doesn't use this?