Settings navigation order should be more predictable #42126
Labels
bug
Issue identified by VS Code Team member as probable bug
settings-editor
VS Code settings editor issues
verified
Verification succeeded
Milestone
Another #41040 spinoff
Currently, pressing enter in a settings search first iterates through settings that are not overridden on the right side, then settings that are overridden. I always thought this was broken until I read the code. So, changing it to iterate through all settings on the left in order.
The text was updated successfully, but these errors were encountered: