sbt/protocol/src
MkDev11 1ed08f0034
[2.x] fix: Propagate SBT_OPTS to BSP config (#8531)
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.
2026-01-14 14:20:30 -05:00
..
main [2.x] fix: Propagate SBT_OPTS to BSP config (#8531) 2026-01-14 14:20:30 -05:00
test/scala/sbt/internal/bsp [2.x] fix: Propagate SBT_OPTS to BSP config (#8531) 2026-01-14 14:20:30 -05:00