Venryx / vscode-vtools

A collection of small tools for Visual Studio Code.
MIT License
21 stars 10 forks source link

[Request] Collapse All #8

Open mindovermiles262 opened 6 years ago

mindovermiles262 commented 6 years ago

Requesting a new setting, vtools.collapseAll, which when enabled will automatically collapse all levels in the file explorer sidebar. There is already a button on the file explorer that does this, but it would be nice to have a setting that does this automatically

Venryx commented 6 years ago

When would the collapsing be applied? Whenever the user focuses outside of the sidebar?

Also, I doubt this is possible with the current extension APIs. The API seemed pretty sparse last time I took a look at it.

mindovermiles262 commented 6 years ago

Right, @Venryx , the collapse would occur when the user focuses outside the sidebar.