Area
VSCode extension
What happened?
Sticky scroll does not properly work with outline view and entities, likely due to the re-ordering and cleanup being done on them.
Can be worked around by using foldingProviderModel instead of outlineModel for setting editor.stickyScroll.defaultModel
How can it be reproduced?
Open any entity with sticky scroll enabled and set to outline view
Additional info
Windows
Glide Test Codebase (seems to not be all entities?)
Sticky Scroll enabled on outlineModel mode (default mode)
Logs or screenshots
Area
VSCode extension
What happened?
Sticky scroll does not properly work with outline view and entities, likely due to the re-ordering and cleanup being done on them.
Can be worked around by using
foldingProviderModelinstead ofoutlineModelfor settingeditor.stickyScroll.defaultModelHow can it be reproduced?
Open any entity with sticky scroll enabled and set to outline view
Additional info
Windows
Glide Test Codebase (seems to not be all entities?)
Sticky Scroll enabled on
outlineModelmode (default mode)Logs or screenshots