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.