[PR #12499] [MERGED] Remove "Window Persistence" feature flag #29073

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/12499
Author: @carlos-zamora
Created: 2/16/2022
Status: ✅ Merged
Merged: 2/16/2022
Merged by: @DHowett

Base: main ← Head: dev/cazamor/1.14/window-persistence-flag


📝 Commits (2)

  • b5c8637 Enable Window Persistence feature in stable
  • a2dd078 remove the feature flag entirely

📊 Changes

6 files changed (+2 additions, -23 deletions)

View changed files

📝 src/cascadia/TerminalApp/TerminalPage.cpp (+1 -2)
📝 src/cascadia/TerminalSettingsEditor/Launch.cpp (+0 -5)
📝 src/cascadia/TerminalSettingsEditor/Launch.h (+0 -2)
📝 src/cascadia/TerminalSettingsEditor/Launch.idl (+0 -3)
📝 src/cascadia/TerminalSettingsEditor/Launch.xaml (+1 -2)
📝 src/features.xml (+0 -9)

📄 Description

Removes the Feature_PersistedWindowLayout feature flag so that it's always enabled.

Closes #12422


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/12499 **Author:** [@carlos-zamora](https://github.com/carlos-zamora) **Created:** 2/16/2022 **Status:** ✅ Merged **Merged:** 2/16/2022 **Merged by:** [@DHowett](https://github.com/DHowett) **Base:** `main` ← **Head:** `dev/cazamor/1.14/window-persistence-flag` --- ### 📝 Commits (2) - [`b5c8637`](https://github.com/microsoft/terminal/commit/b5c863750798d8f83367e901e399d3a4bdf187a0) Enable Window Persistence feature in stable - [`a2dd078`](https://github.com/microsoft/terminal/commit/a2dd0783000200a79d39a628ea2174e1396cf4a1) remove the feature flag entirely ### 📊 Changes **6 files changed** (+2 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/TerminalPage.cpp` (+1 -2) 📝 `src/cascadia/TerminalSettingsEditor/Launch.cpp` (+0 -5) 📝 `src/cascadia/TerminalSettingsEditor/Launch.h` (+0 -2) 📝 `src/cascadia/TerminalSettingsEditor/Launch.idl` (+0 -3) 📝 `src/cascadia/TerminalSettingsEditor/Launch.xaml` (+1 -2) 📝 `src/features.xml` (+0 -9) </details> ### 📄 Description Removes the `Feature_PersistedWindowLayout` feature flag so that it's always enabled. Closes #12422 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:32:37 +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#29073