We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7aa51e6 + 3e4b8fd commit 53bb795Copy full SHA for 53bb795
project/Build.scala
@@ -414,7 +414,7 @@ object Build {
414
"scala2-library-tasty"
415
)
416
417
- val enableBspAllProjects = false
+ val enableBspAllProjects = sys.env.get("ENABLE_BSP_ALL_PROJECTS").map(_.toBoolean).getOrElse(false)
418
419
// Settings used when compiling dotty with a non-bootstrapped dotty
420
lazy val commonBootstrappedSettings = commonDottySettings ++ Seq(
0 commit comments