How to disable "autoscroll from source" in Visual-Studio-Code

Code Version - 1.7.1

I think this is one of the most annoying parts of my day.

How to disable "autoscroll from source" in Visual-Studio-Code?

In Android Studio, you can enable / disable Auto Scroll to/from source . I am looking for a way to disable this in Visual-Studio-Code.

thanks

+6
source share
2 answers

Open user preferences and set "explorer.autoReveal": false . This parameter is specified in the "Explorer" section in the default settings.

+15
source

Is it possible to focus on the "Explorer" from the "current editing file", you can set the "Files: Reveal Active File in Side Bar" in the short circuit settings file. after typing "explorer.autoReveal": false

0
source

Source: https://habr.com/ru/post/1012400/


All Articles