Dont scroll to revealed files option. by phuein · Pull Request #96890 · microsoft/vscode

@phuein

Adds a new option in settings to not scroll to revealed files in the file explorer view.

isidorn

@phuein

autoRevealNoScroll -> autoRevealScroll with a matching description and default value to true, the editor's default behavior.

clounie

@phuein

autoRevealScroll removed, AutoReveal class added with string options, and maintained backwards boolean value compatibility.

@phuein

Also fix types for setting variable type error.

isidorn

@phuein