<#15651 BSP: Ensure that Scala compiler plugins ar...
# github-notifications
c
#15651 BSP: Ensure that Scala compiler plugins are detected by the frontend Issue created by stuhood Currently, we do not expose any of `scalac`'s arguments via the
buildTarget/scalacOptions
message: pants/src/python/pants/backend/scala/bsp/rules.py Line 377 in </pantsbuild/pants/commit/be411561c0ea282c6557854e3519d07a26354b79|be41156> It's likely (although I'm attempting to confirm upstream), that correctly exposing the arguments (including plugin instantion arguments: computed here) would be sufficient for this detection. pantsbuild/pants