[PR #15179] Actually use the persisted position with centerOnLaunch:true #30488

Closed
opened 2026-01-31 09:41:06 +00:00 by claunia · 0 comments
Owner

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

State: closed
Merged: Yes


Fixes an issue when using both:

    "centerOnLaunch": true,
    "firstWindowPreference": "persistedWindowLayout",

In this case, the Terminal would ignore the persisted location and still just center on launch. This has been really annoying while testing tear-out, as we keep re-opening all my debug windows as a stack on top of each other.

**Original Pull Request:** https://github.com/microsoft/terminal/pull/15179 **State:** closed **Merged:** Yes --- Fixes an issue when using both: ```json "centerOnLaunch": true, "firstWindowPreference": "persistedWindowLayout", ``` In this case, the Terminal would ignore the persisted location and still just center on launch. This has been really annoying while testing tear-out, as we keep re-opening all my debug windows as a stack on top of each other.
claunia added the pull-request label 2026-01-31 09:41:06 +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#30488