-
Notifications
You must be signed in to change notification settings - Fork 30.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test: Tree Sticky Scroll #199153
Labels
Milestone
Comments
This was referenced Nov 28, 2023
Closed
This was referenced Nov 28, 2023
Very solid 👏 |
Awesome work 👏🏻👏🏻👏🏻 |
Works well! :) |
This was referenced Nov 29, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Refs: #161207
Complexity: 4
Create Issue
We added sticky scroll to all trees in vscode.
Try out sticky scroll on at least 3 different trees, one of them being contributed by an extension.
Examples: File Explorer, Outline View, Search View, SCM change files, Problems view, Debug panel, Testing View, Settings editor, GitHub PR extension, ...
Settings:
workbench.tree.enableStickyScroll
: Enables/Disables sticky scroll for all trees (currently enabled by default)workbench.tree.stickyScrollMaxItemCount
: Maximum number of items in the sticky scroll widgetWe make sure that the sticky scroll widget never fills more than 40% of the tree view. Try resizing the height of the view to test this.
Sticky Scroll Behaviour:
Other Behaviour:
StickyScrollDemo.mp4
The text was updated successfully, but these errors were encountered: