Commit Graph

4 Commits

Author SHA1 Message Date
Matt Van Horn 299b3a4e63
fix: suppress Windows console flash from find-browse getGitRoot
find-browse.ts compiles to its own console-subsystem binary and its
getGitRoot() used the same uncovered Bun.spawnSync git rev-parse that
config.ts fixed, so it kept flashing a conhost window per invocation.
Apply the same Windows-only nodeSpawnSync + windowsHide:true treatment
and keep Bun.spawnSync on POSIX. Extend cli-windows-hide.test.ts with a
regression pinning the hidden git spawn at that site.

Signed-off-by: Matt Van Horn <455140+mvanhorn@users.noreply.github.com>
2026-07-15 20:22:52 -07:00
Matt Van Horn 77ebc1489e
fix: hide the osascript raise spawn too; exclude comments from the spawn invariant 2026-06-04 07:36:13 -07:00
Matt Van Horn 4d30746a1b
fix: hide the detached server windows too (folds in #1863) 2026-06-04 07:35:28 -07:00
Matt Van Horn 92d987e600
fix: suppress Windows console flashes from browse cold-start child spawns 2026-06-03 23:04:22 -07:00