Skip to content

Commit 53bb795

Browse files
authored
Merge pull request #422 from scala/backport-lts-3.3-23210
Backport "improvement: Add environement variable for those working on presentation-compiler or scaladoc" to 3.3 LTS
2 parents 7aa51e6 + 3e4b8fd commit 53bb795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ object Build {
414414
"scala2-library-tasty"
415415
)
416416

417-
val enableBspAllProjects = false
417+
val enableBspAllProjects = sys.env.get("ENABLE_BSP_ALL_PROJECTS").map(_.toBoolean).getOrElse(false)
418418

419419
// Settings used when compiling dotty with a non-bootstrapped dotty
420420
lazy val commonBootstrappedSettings = commonDottySettings ++ Seq(

0 commit comments

Comments
 (0)