I created a git folder in the windows power shell using the code: git init, but I can't see the folder where I created it. If git folders are hidden then how can I access them and make them visible because I want them to show up in Visual Studio Code?
You need to make hidden folder visible.
View hidden files and folders Windows 10
"files.exclude": { "**/.git": false }