Skip to content

Commit

Permalink
Added semanticdbEnabled option for metals
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnaldo committed Jul 17, 2023
1 parent e3245f5 commit 1f87012
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ ThisBuild / javacOptions ++= Seq(
// automatic reload build.sbt
Global / onChangedBuildSource := ReloadOnSourceChanges

// Metals requires the semanticdb compiler plugin
Global / semanticdbEnabled := true

// setting for sbt-ghpages with scaladoc
// NOTE: If you want to update gh-pages, use `ghpagesPushSite` command.
// Please carefully use it. See https://index.scala-lang.org/sbt/sbt-ghpages
Expand Down

0 comments on commit 1f87012

Please sign in to comment.