[PR #4607] Update Setting the startingDirectory of WSL Profiles to ~ #25857

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

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

State: closed
Merged: No


As the instructions already state, startingDirectory only accepts a Windows-style path. The example used a linux style path. Replaced forward slash '/' with escaped backslash '\' which is what was required for this to work on my system.

**Original Pull Request:** https://github.com/microsoft/terminal/pull/4607 **State:** closed **Merged:** No --- As the instructions already state, `startingDirectory` only accepts a Windows-style path. The example used a linux style path. Replaced forward slash '/' with escaped backslash '\\' which is what was required for this to work on my system.
claunia added the pull-request label 2026-01-31 09:12:16 +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#25857