pub fn daemon_binary() -> PathBufExpand description
Path to the vs binary that should run the daemon. Resolution
order:
$VS_DAEMON_BIN— explicit override (tests use this).current_exe()— re-exec ourselves withvs serve. The CLI is a single binary, so this is the production path.vson$PATH— last-resort fallback ifcurrent_exe()fails.