mirror of
https://github.com/sbt/sbt.git
synced 2026-08-30 01:40:29 +02:00
This implements JSON-based port file. Thoughout the lifetime of the sbt server there will be `cwd / "project" / "target" / "active.json"`, which contains `url` field. Using this `url` the potential client, such as IDEs can find out which port number to hit. Ref #3508