Skip to content

Commit

Permalink
Do not disable BSP (#595)
Browse files Browse the repository at this point in the history
This causes the BSP import in IntelliJ to fail with no meaningful message. See https://youtrack.jetbrains.com/issue/SCL-20474/Unable-to-import-BSP-project.
  • Loading branch information
steinybot authored Jan 28, 2024
1 parent 3f69496 commit 50c9d0c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ lazy val latestTag = "git tag -l --sort=committerdate".!!.linesIterator.toVector

// BSP setup to use with bloop
Global / bloopExportJarClassifiers := Some(Set("sources"))
Global / bspEnabled := false
autoStartServer := false
Global / excludeLintKeys += autoStartServer

// bloop hasn't upgraded to scala-xml 2 yet
ThisBuild / libraryDependencySchemes ++= Seq("org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always)
Expand Down

0 comments on commit 50c9d0c

Please sign in to comment.