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