Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to turn off Highlight File on Active Editor Change?

The VS Code October 2019 update includes a feature to automatically highlight the active file in the tree/list view. How do I turn off this feature?

like image 455
keyur Avatar asked Sep 06 '25 03:09

keyur


1 Answers

The setting SCM: Auto Reveal seems to enable/disable that functionality for the source control tree, as in the image you linked to. Uncheck it to disable.

Also Explorer: Auto Reveal for the explorer tree highlighting.

like image 70
Mark Avatar answered Sep 07 '25 23:09

Mark