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 243d7be commit 53bbf2dCopy full SHA for 53bbf2d
project/Build.scala
@@ -1237,6 +1237,7 @@ object Build {
1237
version := "0.1.17-snapshot", // Keep in sync with package.json
1238
autoScalaLibrary := false,
1239
publishArtifact := false,
1240
+ bspEnabled := false,
1241
resourceGenerators in Compile += Def.task {
1242
// Resources that will be copied when bootstrapping a new project
1243
val buildSbtFile = baseDirectory.value / "out" / "build.sbt"
0 commit comments