Disable being able to set the automatic adjustment of indistinguishable text#12160
Disable being able to set the automatic adjustment of indistinguishable text#121605 commits merged intomainfrom
Conversation
carlos-zamora
left a comment
There was a problem hiding this comment.
- update the schema plz
- update the docs plz
- Curious: why not keep this feature in preview, but with it being disabled by default? I get there's a bug, but if the behavior is opt-in, wouldn't that be acceptable for a preview-level feature?
|
Sorry, I think my PR #12127 has messed things up a bit for you here. The color adjustment code has now been moved into a new |
|
Was going to merge, but want to see @PankajBhojwani address @carlos-zamora's questions. |
|
Hello @zadjii-msft! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
|
My bad, this slipped my mind while trying to get #12144 ready for the bug bash. Will file a separate PR to make this a preview-only feature that's disabled by default as per @carlos-zamora's suggestion EDIT: after team discussion, we are going to make this a dev-only setting for now |
|
🎉 Handy links: |
…or Dev builds (#12444) ## Summary of the Pull Request Followup from our discussion during team sync, the 'automatic adjustment of indistinguishable text' setting is going to be enabled for dev builds only. ## References #12160 ## PR Checklist * [ ] Closes #xxx * [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [ ] Tests added/passed * [ ] Documentation updated. If checked, please file a pull request on [our docs repo](https://github.com/MicrosoftDocs/terminal) and link it here: #xxx * [ ] Schema updated. * [x] I work here ## Validation Steps Performed Setting appears on dev build and the feature works
…13343) ## Summary of the Pull Request Re-enable the setting to adjust indistinguishable text, with some changes: - We now pre-calculate the nudged values for 'default bright foreground' as well - When a color table entry is manually set (i.e. via VT sequences) we re-calculate the nudged values ## References #11095 #12160 ## PR Checklist * [x] Closes #11917 * [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [ ] Tests added/passed * [ ] Documentation updated. If checked, please file a pull request on [our docs repo](https://github.com/MicrosoftDocs/terminal) and link it here: #xxx * [ ] Schema updated. ## Validation Steps Performed Indistinguishable text gets adjusted again

Summary of the Pull Request
Disables the automatic adjustment of indistinguishable text (added in #11095) because of the concerns brought up in #11917. Also, the setting is hidden in the SUI for as long as this feature remains disabled.
PR Checklist