Remove unused 'upgrade' config profile section#17191
Conversation
WalkthroughThe pull request introduces changes to the configuration management system by removing specific entries from configuration sets in two files. The Changes
Possibly related PRs
Suggested labels
Suggested reviewers
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
SaschaCowley
left a comment
There was a problem hiding this comment.
Much as we don't use this, and I seriously doubt any add-on authors use it either, the config spec is part of the public API, so I think we need a note in the Changes for Developers. In particular, if authors are expecting the upgrade section to be there, they'll get an error when attempting to write to it.
See test results for failed build of commit b614a7ea48 |
Link to issue number:
None
Summary of the issue:
The only setting
newLaptopKeyboardLayoutfor the config sectionupgradeis unused in NVDADescription of user facing changes
None
Description of development approach
Remove this unused setting
Summary by CodeRabbit
New Features
"upgrade"section from the configuration management settings.Bug Fixes
newLaptopKeyboardLayoutsetting to streamline configuration management and reduce complexity.