Reputation: 3490
Is there any setting for auto hiding the Explorer Window in Visual Studio Code Version 1.0
At the moment I just pull it back in, but just checking there isnt a nicer way of setting this up to do it automically.
Upvotes: 38
Views: 24709
Reputation: 419
See the extension Auto Hide
Settings
Upvotes: 5
Reputation: 17979
Went ahead and made an extension for this: https://marketplace.visualstudio.com/items?itemName=venryx.vscode-vtools
It's not perfect -- it only closes the side-bar when the user changes the selection (eg, clicking or dragging at a new location) -- but it achieves the basic function.
Built-in support is still ideal, but this should help until then.
Upvotes: 27
Reputation: 50149
You cannot currently auto-hide the explorer. The GitHub issue tracking this is #3742.
ctrl+b (Windows, Linux), cmd+b (OS X) is the keybinding to manually toggle the side bar.
Upvotes: 70