mirror of https://github.com/sbt/sbt.git
Fixes #7469 When running 'sbt bspConfig', the generated .bsp/sbt.json now includes JVM options from the SBT_OPTS environment variable. This ensures that options like -Dsbt.boot.directory are propagated to the BSP server. The parseSbtOpts method extracts -D, -X, and -J prefixed options from SBT_OPTS and includes them in the BSP connection argv. |
||
|---|---|---|
| .. | ||
| main | ||
| test/scala/sbt/internal/bsp | ||