[PR #11892] Make sure to deserialize arg params _before_ validating #28791

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

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

State: closed
Merged: Yes


I had these out of order, and apparently forgot to launch the Terminal before pushing that commit. This resulted in getting the following with the default settings:
image

So yea obviously, we should deserialize first, then check if the setting is valid.

**Original Pull Request:** https://github.com/microsoft/terminal/pull/11892 **State:** closed **Merged:** Yes --- I had these out of order, and apparently forgot to launch the Terminal before pushing that commit. This resulted in getting the following with the default settings: ![image](https://user-images.githubusercontent.com/18356694/145033088-d6483a75-9dfc-4af4-8bf0-0a35b889aeef.png) So yea obviously, we should deserialize first, then check if the setting is valid. * [x] regressed in #11859 * [x] actually tested this time * [x] Closes #11896 * [x] Closes #11895
claunia added the pull-request label 2026-01-31 09:30: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#28791