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 3e283f3 commit 12acd54Copy full SHA for 12acd54
modules/cli/src/main/scala/scala/cli/commands/bsp/Bsp.scala
@@ -165,10 +165,9 @@ object Bsp extends ScalaCommand[BspOptions] {
165
}
166
167
val bspReloadableOptionsReference = BspReloadableOptions.Reference { () =>
168
- val sharedOptions = getSharedOptions()
169
- val launcherOptions = getLauncherOptions()
170
- val envs = getEnvsFromFile()
171
- val bloopRifleConfig = sharedOptions.bloopRifleConfig()
+ val sharedOptions = getSharedOptions()
+ val launcherOptions = getLauncherOptions()
+ val envs = getEnvsFromFile()
172
173
refreshPowerMode(launcherOptions, sharedOptions, envs)
174
0 commit comments