Why is Bloop export and BSP disabled for all -bootstrapped projects? #15854
Unanswered
ckipp01
asked this question in
Compiler internals Q&A
Replies: 1 comment 3 replies
-
@lrytz do you remember the context? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I asked this in #scala-contributors on Discord a while back but got no response.
Recently I wanted to work on some stuff in Scaladocs, and when trying to import the project with Metals I noticed that it was including the
commonBootstrappedSettings
which ensures Bloop doesn't export for that target and also hasbspEnabled := false
meaning that using sbt as a build server won't work either.Having these settings for some projects, like scaladoc, make it very difficult for someone trying to contribute as they get no editor help out of the box. Is this necessary for this module? Why was this done? I see it was done in 442f600, but that commit holds no details at all about why.
Beta Was this translation helpful? Give feedback.
All reactions