Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix slowdown on open/close tabs when the user has many profiles (#7993)
## Summary of the Pull Request Just deleting an unnecessary call to `_UpdateCommandsForPalette` **Note:** This only fixes slowdown when opening/closing a tab, but not upon first startup (we still need to call `_UpdateCommandsForPalette` there ## References Fixes the slowdown described in #7820 for opening and closing tabs, but doesn't improve startup time dramatically. ## Validation Steps Performed Tested with ~100 profiles in my settings file
- Loading branch information