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 ff93fbc commit e3bdc6fCopy full SHA for e3bdc6f
modules/cli/src/main/scala/scala/cli/commands/bsp/Bsp.scala
@@ -88,7 +88,7 @@ object Bsp extends ScalaCommand[BspOptions] {
88
val sharedOptions = getSharedOptions()
89
val launcherOptions = getLauncherOptions()
90
val envs = getEnvsFromFile()
91
- val initialInputs = value(sharedOptions.inputs(argsSeq, () => Inputs.default()))
+ val initialInputs = value(sharedOptions.inputs(argsSeq))
92
93
refreshPowerMode(launcherOptions, sharedOptions, envs)
94
0 commit comments