Reputation: 5238
Code Version - 1.7.1
I find this to be one of the most annoying parts of my day.
How can i disable 'autoscroll from source' in Visual-Studio-Code?
In Android Studio it is possible to enable/disable Auto Scroll to/from source
. I'm looking for a way to disable this in Visual-Studio-Code.
Thank you
Upvotes: 32
Views: 9941
Reputation: 21
May you want to focus to "File Explorer" from "current editing file" you can set "Files: Reveal Active File in Side Bar"
in Short cut setting file. after set "explorer.autoReveal": false
Upvotes: 2
Reputation: 16109
Open your user settings and set "explorer.autoReveal": false
. This setting is listed under "File Explorer" on the default settings side.
Upvotes: 64