DEV Community

Visakh Vijayan
Visakh Vijayan

Posted on

VS Code hides git folder

So this is something I noticed today. I have been using VSCode for quite some time now and I had saw that unlike Atom and Sublime, VS Code doesn't show the .git folder.

Now that might not be of much use but here is the solution anyways.

  1. Go to settings
  2. Type files.exclude
  3. Remove .git from there. That will be the first option. Delete it.

And you should have it now.

Top comments (0)