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
Navigating a file by holding down or up arrows causes CPU usage to spike to 100%. When I let go of the key line annotations for skipped lines start appearing in random order. After it settles down, the annotation left showing is not for the line the cursor is on.
Shouldn't this debounce period be longer than 0? Bumping it up to 100 or so seems to have fixed it.
Navigating a file by holding down or up arrows causes CPU usage to spike to 100%. When I let go of the key line annotations for skipped lines start appearing in random order. After it settles down, the annotation left showing is not for the line the cursor is on.
Shouldn't this debounce period be longer than 0? Bumping it up to 100 or so seems to have fixed it.
vscode-hg/src/annotations.ts
Lines 152 to 155 in 8661ee1
The text was updated successfully, but these errors were encountered: