VirtusLab / scala-cli

Scala CLI is a command-line tool to interact with the Scala language. It lets you compile, run, test, and package your Scala code (and more!)
https://scala-cli.virtuslab.org
Apache License 2.0
544 stars 128 forks source link

Apply increased verbosity when compiling via BSP #3202

Closed Gedochao closed 5 days ago

Gedochao commented 5 days ago

This passes the --verbose argument to Bloop's BSP when verbosity is > 0.

It applies both for passing -v to the raw bsp sub-command:

scala-cli bsp . -v

as well as the BSP connection loaded by one's IDE after running setup-ide:

scala-cli setup-ide . -v