Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

How to remove pin feature from VS Code?

When I work with code and scroll down a little some parts of code which are higher in hierarchy get pinned on top of tab with the line beneath it unless I scroll up to that point again. Is it possible to disable that feature?

I’ve searched through settings but couldn’t find one that I need.

lines 2-15 are pinned when I scroll down

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

Looks like you are looking for this setting.

"editor.stickyScroll.enabled": false

Add this to your settings.json.

Alternatively, you can go to File > Preferences > Settings (or press Ctrl + , on Windows/Linux or Cmd + , on macOS), search for editor.stickyScroll.enabled, and uncheck the box next to it.

settings

This will disable the sticky scroll feature.

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading