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 f121b9a commit f5e1838Copy full SHA for f5e1838
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