Expore improvements to minimap rendering performance #34170
Labels
debt
Code quality issues
editor-minimap
Code/Text minimap widget issues
*out-of-scope
Posted issue is not in scope of VS Code
perf
Milestone
Currently we use
putImageData
to redraw the entire minimap each frame, we should explore keeping the source of truth of the image in the canvas and printing diffs to minimize the amount of rendering.The text was updated successfully, but these errors were encountered: