You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
Selecting items in the working set seems noticeably sluggish, at least on the Mac. I went back and looked at the previous sprint build, and it seems like there's a greater pause between when the filename updates in the title bar and the editor content updates.
Looking at the timeline, it seems like there's a lot of whole-document style recalculation and re-layout happening in updating the working set selection, and it's happening multiple times during a single click.
I don't think this is stop-ship for 0.44, but we should dig into this in 0.45 since it's a noticeable performance regression.
Selecting items in the working set seems noticeably sluggish, at least on the Mac. I went back and looked at the previous sprint build, and it seems like there's a greater pause between when the filename updates in the title bar and the editor content updates.
Looking at the timeline, it seems like there's a lot of whole-document style recalculation and re-layout happening in updating the working set selection, and it's happening multiple times during a single click.
I don't think this is stop-ship for 0.44, but we should dig into this in 0.45 since it's a noticeable performance regression.