-
Notifications
You must be signed in to change notification settings - Fork 34k
Closed
Labels
debtCode quality issuesCode quality issuesfreeze-slow-crash-leakVS Code crashing, performance, freeze and memory leak issuesVS Code crashing, performance, freeze and memory leak issuesnotebook-layoutpolishCleanup and polish issueCleanup and polish issue
Milestone
Description
Originally reported by @digitarald
Expensive layout is the cuplrit, even warned as layout shift so content really seems to move on every frame while scrolling – cased by a wheel event handler calling setScrollPositionNow.
After digging into the perf log, it seems there is a long update layer tree
(~10ms) for every scroll.
Metadata
Metadata
Assignees
Labels
debtCode quality issuesCode quality issuesfreeze-slow-crash-leakVS Code crashing, performance, freeze and memory leak issuesVS Code crashing, performance, freeze and memory leak issuesnotebook-layoutpolishCleanup and polish issueCleanup and polish issue