allow opening browser on windows through wsl - #43
Conversation
Bugbot needs on-demand usage enabledBugbot uses usage-based billing for this team and requires on-demand usage to be enabled. A team admin can enable on-demand usage in the Cursor dashboard. |
|
Claude finished @The64thRealm's task in 1m 41s —— View job Code ReviewNice, focused change. The WSL problem is real and well-diagnosed, and the A few observations, none of them blockers: 1. Child process stdio is inherited — may print noise to the terminal ( fn run_ok(cmd: &mut Command) -> bool {
cmd.output().map(|o| o.status.success()).unwrap_or(false)
}2. 3. 4. Minor: Correctness check I couldn't fully verify locally: the Nit: Overall this is a solid, well-documented improvement. Only #1 is worth addressing before merge, and even that is cosmetic.
|
|
looks good! go ahead and merge and I'll cut a release |
No description provided.