[PR #6110] Replace everything in TerminalSettings with GETSET_PROPERTY #26587

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

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

State: closed
Merged: Yes


This is mostly a codehealth thing - we made these handy macros for just defining basic { get; set; } properties, but we never used them in TerminalSettings, because that file was written before the macros were.

This cleans up that class.

  • I work here.
**Original Pull Request:** https://github.com/microsoft/terminal/pull/6110 **State:** closed **Merged:** Yes --- This is mostly a codehealth thing - we made these handy macros for just defining basic `{ get; set; }` properties, but we never used them in TerminalSettings, because that file was written before the macros were. This cleans up that class. * [x] I work here.
claunia added the pull-request label 2026-01-31 09:16:59 +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#26587