mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-02 23:05:15 +01:00
* Sticks namespace {} to the sticky scroll widget too. Fixes https://github.com/microsoft/vscode/issues/156611.
* No longer need the verification model.getLineContent(start) !== '' with the latest changes. Fixes https://github.com/microsoft/vscode/issues/156616.
* Set the width of the sticky scroll so the widget is not over the minimap. Works on resize too. Only for minimap placed on the right.
* Sticky scroll should not take into account the vertical scrollbar (takes into account the minimap side as well). Fixes https://github.com/microsoft/vscode/issues/156570.