Causes the side bar to be hidden whenever the user clicks into the text editor.
Auto-hide bottom panel
Same thing as above, except for the bottom panel (output, terminal, etc. are contained in the panel).
Fork differences
Fixed clicks in output window
Added option to disable auto hide during debugging
Change logic from close primary side bar to close left/right side bars
Removed auto hide delay
Settings
autoHide.autoHideRightSideBar: Hide the right side bar when the user clicks into a text editor. [boolean, default: true]
autoHide.autoHideLeftSideBar: Hide the left side bar when the user clicks into a text editor. [boolean, default: true]
autoHide.autoHidePanel: Hide the panel (output, terminal, etc.) when the user clicks into a text editor. [boolean, default: true]
autoHide.autoHideReferences: Hide the References panel (Go to References) when the user clicks into a text editor. [boolean, default: true]
autoHide.hideOnOpen: Hide side bars and panel when VSCode first opens. [boolean, default: true]
autoHide.hideSideBarsOnDebug: Hide side bars when the user clicks into a text editor in debug mode. [boolean, default: false]
autoHide.hidePanelOnDebug: Hide panel when the user clicks into a text editor in debug mode. [boolean, default: true]
Commands
autoHide.toggleHideRightSideBar: Toggle autoHide.toggleHideRightSideBar setting for current workspace. Use this command to pin/unpin the right side bar.
autoHide.toggleHideLeftSideBar: Toggle autoHide.toggleHideLeftSideBar setting for current workspace. Use this command to pin/unpin the left side bar.
autoHide.toggleHidePanel: Toggle autoHide.autoHidePanel setting for current workspace. Use this command to pin/unpin the panel.
autoHide.toggleHideSideBarsOnDebug: Toggle autoHide.hideSideBarsOnDebug setting for current workspace.
autoHide.toggleHidePanelOnDebug: Toggle autoHide.hidePanelOnDebug setting for current workspace.