0

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?

Kelly Thomas
  • 440
  • 7
  • 17

1 Answers1

1

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

CornelC
  • 4,974
  • 1
  • 21
  • 28