ClientType

mill.bsp.worker.ClientType
enum ClientType

Used to handle edge cases for specific BSP clients.

Attributes

Source
ClientType.scala
Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

case IntellijBSP extends ClientType

Intellij IDEA

Intellij IDEA

Attributes

Source
ClientType.scala
final case class Other(displayName: String)

Any other BSP client

Any other BSP client

Attributes

Source
ClientType.scala