We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f5b898 commit 64e7131Copy full SHA for 64e7131
modules/cli/src/main/scala/scala/cli/commands/bsp/Bsp.scala
@@ -165,8 +165,6 @@ object Bsp extends ScalaCommand[BspOptions] {
165
val sharedOptions = getSharedOptions()
166
val launcherOptions = getLauncherOptions()
167
val envs = getEnvsFromFile()
168
- val bloopRifleConfig = sharedOptions.bloopRifleConfig(Some(finalBuildOptions))
169
- .orExit(sharedOptions.logger)
170
refreshPowerMode(launcherOptions, sharedOptions, envs)
171
172
BspReloadableOptions(
0 commit comments