package bsp
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- 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
- case class BspBuildTargetId(id: BspUri) extends Product with Serializable
- trait BspModule extends Module
- case class BspUri(uri: String) extends Product with Serializable
- 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()
- trait ScalaMetalsSupport extends Module with ScalaModule
- Annotations
- @experimental()
Value Members
- object BspModule
- object BspUri extends Serializable