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.
1 parent baac46c commit a1b5d43Copy full SHA for a1b5d43
project/Build.scala
@@ -535,7 +535,7 @@ object Build {
535
"scala2-library-tasty"
536
)
537
538
- val enableBspAllProjects = false
+ val enableBspAllProjects = sys.env.get("ENABLE_BSP_ALL_PROJECTS").map(_.toBoolean).getOrElse(false)
539
540
// Settings used when compiling dotty with a non-bootstrapped dotty
541
lazy val commonBootstrappedSettings = commonDottySettings ++ Seq(
0 commit comments