BSP

mill.bsp.BSP
object BSP

Attributes

Source
BSP.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
BSP.type

Members list

Value members

Concrete methods

def defaultJobCount: Int

Attributes

Source
BSP.scala
def install(jobs: Int, withDebug: Boolean, errStream: PrintStream): Unit

Installs the mill-bsp server. It creates a json file with connection details in the ./.bsp directory for a potential client to find.

Installs the mill-bsp server. It creates a json file with connection details in the ./.bsp directory for a potential client to find.

If a .bsp folder with a connection file already exists in the working directory, it will be overwritten and a corresponding message will be displayed in stdout.

If the creation of the .bsp folder fails due to any other reason, the message and stacktrace of the exception will be printed to stdout.

Attributes

Source
BSP.scala