[PR #18801] Fix cwd not applying on launch #31607

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

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

State: closed
Merged: Yes


This fixes two issues:

  • An unused _cwd property that should've been CurrentDirectory
  • A cwd override that was applied even if there wasn't an override

Closes #18637

Validation Steps Performed

  • Launch WT, then run wtd -d ..
  • Launches in the expected relative path ✅
**Original Pull Request:** https://github.com/microsoft/terminal/pull/18801 **State:** closed **Merged:** Yes --- This fixes two issues: * An unused `_cwd` property that should've been `CurrentDirectory` * A cwd override that was applied even if there wasn't an override Closes #18637 ## Validation Steps Performed * Launch WT, then run `wtd -d ..` * Launches in the expected relative path ✅
claunia added the pull-request label 2026-01-31 09:48:21 +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#31607