[PR #15856] Use a different schema for each branding #30755

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

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

State: closed
Merged: Yes


Switch the schema depending on the branding we're being built for

Ever since we started writing the entire settings file out ourselves,
we've had the opportunity to control which schema it uses.

This is a quality-of-life improvement for Preview users, and might make
life easier for Dev users as well.

For Debug builds, it even switches over to a local file:// path to
the schema in the source directory!

Closes #6601

**Original Pull Request:** https://github.com/microsoft/terminal/pull/15856 **State:** closed **Merged:** Yes --- Switch the schema depending on the branding we're being built for Ever since we started writing the entire settings file out ourselves, we've had the opportunity to control which schema it uses. This is a quality-of-life improvement for Preview users, and might make life easier for Dev users as well. For Debug builds, it even switches over to a local `file://` path to the schema in the source directory! Closes #6601
claunia added the pull-request label 2026-01-31 09:42:46 +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#30755