Causes the side-bar to be hidden whenever the user clicks outside of it. (technically, when the user changes the text-editor selection)
Auto-hide bottom-bar
Same thing as above, except for the bottom-bar (output, terminal, etc.).
Settings
vtools.autoHideSideBar: Causes the side-bar to be hidden whenever the user clicks outside of it. [boolean, default: false]
vtools.autoHideBottomBar: Causes the bottom-bar (output, terminal, etc.) to be hidden whenever the user clicks outside of it. [boolean, default: false]
vtools.autoHideDelay: How many milliseconds to wait before hiding the side/bottom bars, after clicking outside of them. (helps solve the unintended-selection issue -- especially when scrolled to the right) [number, default: 300]