[PR #16028] Push the CWD before creating the client connection #30813

Open
opened 2026-01-31 09:43:09 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/16028

State: closed
Merged: No


Around #15280 we broke the ability to launch client exes that we relative to the CWD the terminal is being launched from.

This fixes that by "pushing" the CWD, before calling CreateProcess, then popd immediately after that.

Closes #15487

**Original Pull Request:** https://github.com/microsoft/terminal/pull/16028 **State:** closed **Merged:** No --- Around #15280 we broke the ability to launch client exes that we relative to the CWD the terminal is being launched from. This fixes that by "pushing" the CWD, before calling `CreateProcess`, then popd immediately after that. Closes #15487
claunia added the pull-request label 2026-01-31 09:43:09 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#30813