mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
* WIP: keep actions visible when tree has horizontal scroll Fixes #251722 * feat(npm): fixed conssitency of right side aligned buttons * Fix TreeView action alignment during horizontal scrolling Offset actions using --list-scroll-right-offset so they remain aligned to the viewport edge. Apply only to rows containing action items and adjust spacing for correct visual alignment. * fixed extra space issue on nodes having file decoraters * Remove known variable - will add back in a separate PR --------- Co-authored-by: Alex Ross <38270282+alexr00@users.noreply.github.com>