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
This iteration, it has been made possible to scroll sideways the sticky scroll widget. The setting that enables this behavior is editor.stickyScroll.scrollWithEditor. Follow the following steps:
Make sure editor.stickyScroll.scrollWithEditor is enabled and enable sticky scroll. Scroll in the file so that the sticky scroll text overflows (you can not see the end of the sticky lines).
Scroll the editor horizontal scrollbar and make sure that in this manner you can scroll to see the full text of the sticky lines.
Do the following several times: scroll vertically in the editor to different scroll top positions, refresh the editor and make sure you can still see the full text of the sticky line by scrolling.
Disable the setting editor.stickyScroll.scrollWithEditor. This reverts sticky scroll behavior to the previous behavior, when sticky scroll can no longer be scrolled with the editor scrollbar. Verify that as you scroll horizontally in the editor, sticky scroll is not scrolled.
The text was updated successfully, but these errors were encountered:
To help the poor managers out, do include what all the settings are as I had to go looking for what the setting was for sticky scroll. 😅 I also had to look up what "sticky scroll" was (luckily Burke had a YT short to remind me).
Refs #163691
Complexity: 1
Create Issue
This iteration, it has been made possible to scroll sideways the sticky scroll widget. The setting that enables this behavior is
editor.stickyScroll.scrollWithEditor
. Follow the following steps:editor.stickyScroll.scrollWithEditor
is enabled and enable sticky scroll. Scroll in the file so that the sticky scroll text overflows (you can not see the end of the sticky lines).editor.stickyScroll.scrollWithEditor
. This reverts sticky scroll behavior to the previous behavior, when sticky scroll can no longer be scrolled with the editor scrollbar. Verify that as you scroll horizontally in the editor, sticky scroll is not scrolled.The text was updated successfully, but these errors were encountered: