Skip to content

Commit

Permalink
Disable BSP in vscode-dotty project
Browse files Browse the repository at this point in the history
  • Loading branch information
adpi2 committed Mar 10, 2021
1 parent 243d7be commit 53bbf2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1237,6 +1237,7 @@ object Build {
version := "0.1.17-snapshot", // Keep in sync with package.json
autoScalaLibrary := false,
publishArtifact := false,
bspEnabled := false,
resourceGenerators in Compile += Def.task {
// Resources that will be copied when bootstrapping a new project
val buildSbtFile = baseDirectory.value / "out" / "build.sbt"
Expand Down

0 comments on commit 53bbf2d

Please sign in to comment.