mirror of https://github.com/sbt/sbt.git
sbt 1.4.6 and some Metals settings
This commit is contained in:
parent
6d2a516df5
commit
dacffb5095
|
|
@ -17,6 +17,7 @@ ThisBuild / Test / scalafmtOnCompile := !(Global / insideCI).value
|
||||||
ThisBuild / turbo := true
|
ThisBuild / turbo := true
|
||||||
ThisBuild / usePipelining := false // !(Global / insideCI).value
|
ThisBuild / usePipelining := false // !(Global / insideCI).value
|
||||||
|
|
||||||
|
Global / semanticdbEnabled := true
|
||||||
val excludeLint = SettingKey[Set[Def.KeyedInitialize[_]]]("excludeLintKeys")
|
val excludeLint = SettingKey[Set[Def.KeyedInitialize[_]]]("excludeLintKeys")
|
||||||
Global / excludeLint := (Global / excludeLint).?.value.getOrElse(Set.empty)
|
Global / excludeLint := (Global / excludeLint).?.value.getOrElse(Set.empty)
|
||||||
Global / excludeLint += componentID
|
Global / excludeLint += componentID
|
||||||
|
|
@ -1321,6 +1322,7 @@ def runNpm(command: String, base: File, log: sbt.internal.util.ManagedLogger) =
|
||||||
|
|
||||||
lazy val vscodePlugin = (project in file("vscode-sbt-scala"))
|
lazy val vscodePlugin = (project in file("vscode-sbt-scala"))
|
||||||
.settings(
|
.settings(
|
||||||
|
bspEnabled := false,
|
||||||
crossPaths := false,
|
crossPaths := false,
|
||||||
crossScalaVersions := Seq(baseScalaVersion),
|
crossScalaVersions := Seq(baseScalaVersion),
|
||||||
skip in publish := true,
|
skip in publish := true,
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
sbt.version=1.4.4
|
sbt.version=1.4.6
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue