mirror of
https://github.com/sbt/sbt.git
synced 2026-09-02 02:57:21 +02:00
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.