VSCODE file explorer follows file opened

-1

Does anyone know how to disable this behavior of VSCODE? Every time you close a file it skips to the next open and the file explorer jumps to where that file is in the list.

    
asked by anonymous 28.08.2017 / 15:15

1 answer

0

Change the following statement to false:

"explorer.autoReveal": false
    
28.08.2017 / 18:20