Changelog

biomejs/biome · · 1 commit

Windows daemon pipe detection fixed

Biome CLI now finds daemon pipes on Windows again after switching to the correct service prefix.

Fix Windows daemon pipe discovery (WaterWhisperera918af0)

Biome CLI now looks for biome-service* pipes on Windows instead of the old rome-service* prefix, restoring detection of running daemon instances. This fixes biome rage on Windows when it needs to connect to the Biome daemon.

Other misc changes

  • Patch release note added for the Windows daemon pipe fix.