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)

Eliminate Context Switching and Maximize Productivity

Pieces.app

Pieces Copilot is your personalized workflow assistant, working alongside your favorite apps. Ask questions about entire repositories, generate contextualized code, save and reuse useful snippets, and streamline your development process.

Learn more

👋 Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay