Mable John
Mable John

Reputation: 5238

How can I disable 'autoscroll from source' in Visual-Studio-Code

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

Answers (2)

Semin
Semin

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

Rob Lourens
Rob Lourens

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

Related Questions