Packages

package bsp

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class BspBuildTarget(displayName: Option[String], baseDirectory: Option[Path], tags: Seq[String], languageIds: Seq[String], canCompile: Boolean, canTest: Boolean, canRun: Boolean, canDebug: Boolean) extends Product with Serializable
  2. case class BspBuildTargetId(id: BspUri) extends Product with Serializable
  3. trait BspModule extends Module
  4. case class BspUri(uri: String) extends Product with Serializable
  5. trait MillBuildTarget extends Module with ScalaModule

    Synthetic module representing the mill-build project itself in a BSP context.

    Synthetic module representing the mill-build project itself in a BSP context.

    Annotations
    @Scaladoc() @internal()
  6. trait ScalaMetalsSupport extends Module with ScalaModule
    Annotations
    @experimental()

Value Members

  1. object BspModule
  2. object BspUri extends Serializable

Ungrouped