Skip to content

Commit 53bbf2d

Browse files
committed
Disable BSP in vscode-dotty project
1 parent 243d7be commit 53bbf2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project/Build.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1237,6 +1237,7 @@ object Build {
12371237
version := "0.1.17-snapshot", // Keep in sync with package.json
12381238
autoScalaLibrary := false,
12391239
publishArtifact := false,
1240+
bspEnabled := false,
12401241
resourceGenerators in Compile += Def.task {
12411242
// Resources that will be copied when bootstrapping a new project
12421243
val buildSbtFile = baseDirectory.value / "out" / "build.sbt"

0 commit comments

Comments
 (0)