scala.build.bsp.BspReloadableOptions
See theBspReloadableOptions companion object
case class BspReloadableOptions(buildOptions: BuildOptions, bloopRifleConfig: BloopRifleConfig, logger: Logger, verbosity: Int)
The options and configurations that may be picked up on a bsp workspace/reload request.
Attributes
- bloopRifleConfig
configuration for bloop-rifle
- buildOptions
passed options for building sources
- logger
logger
- verbosity
the verbosity of logs
- Companion:
- object
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any