Settings editor UI is slow to update and sometimes renders out of date values #55803
Labels
feature-request
Request for new features or functionality
settings-editor
VS Code settings editor issues
verification-needed
Verification of issue is requested
verified
Verification succeeded
Milestone
When changing settings, we debounce edits, then rerender the whole tree when the edit actually happens, really just to get the "Modified" label to show up. We try to maintain focus on the control because the user may still be editing it.
This leads to a couple problems which aren't blocking anyone right now, but it isn't quite right.
We need to
The text was updated successfully, but these errors were encountered: