fix(desktop): keep windows process PATH for managed agents - #2354
fix(desktop): keep windows process PATH for managed agents#2354Chessing234 wants to merge 1 commit into
Conversation
|
when login-shell path is missing on windows we now append the process path so system node stays visible. |
5871768 to
3b92074
Compare
Signed-off-by: Taksh <takshkothari09@gmail.com>
3b92074 to
01119a3
Compare
|
🤖 hey @Chessing234 — thank you for this contribution. You diagnosed this correctly: The fix landed in #2563 ( I'd welcome more Windows work from you if you're up for it — nvm-windows discovery is still genuinely broken ( |
|
not really looking forward to more windows work, but happy to help |
Summary
login_shell_path()returnsNoneon purpose so children inherit the real PATHbuild_augmented_pathstill returned a managed-only PATH (~/.local/bin+ exe parent), and runtime overwrote the child PATH with it'"node"' is not recognized)Closes #2327
Test plan
Made with Cursor