Does this issue occur when all extensions are disabled?: Yes (it doesn't stick at all)
- VS Code Version: 1.70.2
- OS Version: Windows 11 Pro 22H2 22622.575
Steps to Reproduce:
- Create a Rust library with
cargo new --lib.
- Create a function inside of lib.rs and produce documentation for it by having
/// documentation lines above it.
- Turn on Sticky Scroll inside VSC settings.
- Try scrolling the lib.rs file.
Expected outcome:
Function signatures stick at the top line due to Sticky Scroll.
Actual outcome:
First line of documentation sticks at the top line. (Function without documentation, i.e. private fn, stick properly).