[PR #13752] [MERGED] Enable AtlasEngine by default in Preview #29748

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/13752
Author: @carlos-zamora
Created: 8/15/2022
Status: Merged
Merged: 8/16/2022
Merged by: @undefined

Base: mainHead: dev/cazamor/enable-atlasEngine


📝 Commits (3)

  • 24a6479 Enable AtlasEngine by default in Preview
  • 4d62564 reuse old flag; remove gating
  • caf3f03 add ConhostAtlasEngine flag

📊 Changes

10 files changed (+21 additions, -19 deletions)

View changed files

📝 src/cascadia/TerminalControl/ControlCore.cpp (+1 -1)
📝 src/cascadia/TerminalControl/TermControl.cpp (+1 -1)
📝 src/cascadia/TerminalSettingsEditor/ProfileViewModel.cpp (+0 -5)
📝 src/cascadia/TerminalSettingsEditor/ProfileViewModel.h (+0 -1)
📝 src/cascadia/TerminalSettingsEditor/ProfileViewModel.idl (+0 -1)
📝 src/cascadia/TerminalSettingsEditor/Profiles_Advanced.xaml (+1 -2)
📝 src/cascadia/TerminalSettingsModel/MTSMSettings.h (+1 -1)
📝 src/features.xml (+11 -1)
📝 src/interactivity/win32/window.cpp (+5 -5)
📝 src/interactivity/win32/window.hpp (+1 -1)

📄 Description

Repurpose Feature_AtlasEngine to enable the atlas engine by default in Dev and Preview builds.
Introduce Feature_ConhostAtlasEngine to solely control atlas engine inclusion in conhost.

Closes #13745


🔄 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/13752 **Author:** [@carlos-zamora](https://github.com/carlos-zamora) **Created:** 8/15/2022 **Status:** ✅ Merged **Merged:** 8/16/2022 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/cazamor/enable-atlasEngine` --- ### 📝 Commits (3) - [`24a6479`](https://github.com/microsoft/terminal/commit/24a6479e901c2049c085e4e3065fefd6a27b8bb9) Enable AtlasEngine by default in Preview - [`4d62564`](https://github.com/microsoft/terminal/commit/4d625641741ad4cc608ca573754c092bbad31143) reuse old flag; remove gating - [`caf3f03`](https://github.com/microsoft/terminal/commit/caf3f035ff1dab6d30a9ae3eeb9c94b7fa57648a) add ConhostAtlasEngine flag ### 📊 Changes **10 files changed** (+21 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalControl/ControlCore.cpp` (+1 -1) 📝 `src/cascadia/TerminalControl/TermControl.cpp` (+1 -1) 📝 `src/cascadia/TerminalSettingsEditor/ProfileViewModel.cpp` (+0 -5) 📝 `src/cascadia/TerminalSettingsEditor/ProfileViewModel.h` (+0 -1) 📝 `src/cascadia/TerminalSettingsEditor/ProfileViewModel.idl` (+0 -1) 📝 `src/cascadia/TerminalSettingsEditor/Profiles_Advanced.xaml` (+1 -2) 📝 `src/cascadia/TerminalSettingsModel/MTSMSettings.h` (+1 -1) 📝 `src/features.xml` (+11 -1) 📝 `src/interactivity/win32/window.cpp` (+5 -5) 📝 `src/interactivity/win32/window.hpp` (+1 -1) </details> ### 📄 Description Repurpose `Feature_AtlasEngine` to enable the atlas engine by default in Dev and Preview builds. Introduce `Feature_ConhostAtlasEngine` to solely control atlas engine inclusion in conhost. Closes #13745 --- <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:36:41 +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#29748