Kelly Thomas
Kelly Thomas

Reputation: 487

How do I show all files in the sidebar for Visual Studio Code

I know how to hide files from the sidebar in Visual Studio Code:

However there are some files that I would like to have hidden the majority of the time but also display occasionally.

With Visual Studio I can facilitate this workflow with the Solution Explorer's "Show All Files" button:

enter image description here

How can I achieve a similar workflow in Visual Studio Code?

Upvotes: 0

Views: 4197

Answers (1)

CornelC
CornelC

Reputation: 5254

There is no built in method to do this, but there are a couple of extensions out there like https://marketplace.visualstudio.com/items?itemName=eamodio.toggle-excluded-files

Upvotes: 1

Related Questions