[PR #8018] Add Serializer to CascadiaSettings #27061

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

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

State: closed
Merged: Yes


Summary of the Pull Request

This adds ToJson functions to Profile, GlobalAppSettings, and ColorScheme. They are used in CascadiaSettings to completely serialize an instance of the settings model. Thanks to #7923, all of the settings are std::optional, and JsonUtils only writes out values that are actually populated.

CascadiaSettings::WriteSettingsToDisk serializes the current settings and writes them to the settings.json. A backup file is created with your old contents.

Limitations:

  • all of the color schemes are serialized regardless of them coming from defaults.json or settings.json
  • keybindings/actions are copied/pasted

References

#1564 - Settings UI
TSM Specs (#6904 and #7876)

PR Checklist

  • Tests added/passed
**Original Pull Request:** https://github.com/microsoft/terminal/pull/8018 **State:** closed **Merged:** Yes --- ## Summary of the Pull Request This adds `ToJson` functions to `Profile`, `GlobalAppSettings`, and `ColorScheme`. They are used in `CascadiaSettings` to completely serialize an instance of the settings model. Thanks to #7923, all of the settings are `std::optional`, and `JsonUtils` only writes out values that are actually populated. `CascadiaSettings::WriteSettingsToDisk` serializes the current settings and writes them to the settings.json. A backup file is created with your old contents. #### Limitations: - all of the color schemes are serialized regardless of them coming from defaults.json or settings.json - keybindings/actions are copied/pasted ## References #1564 - Settings UI TSM Specs (#6904 and #7876) ## PR Checklist * [x] Tests added/passed
claunia added the pull-request label 2026-01-31 09:19:45 +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#27061