How to include .Git directory on VSCode
{
“files.exclude”: {
“**/.git”: false,
“**/.svn”: true,
“**/.hg”: true,
“**/.DS_Store”: true
}
}
Will go to User Settings
Source: How can I exclude a directory from Visual Studio Code “Explore” tab?
How to include .Git directory on VSCode
{
“files.exclude”: {
“**/.git”: false,
“**/.svn”: true,
“**/.hg”: true,
“**/.DS_Store”: true
}
}
Will go to User Settings
Source: How can I exclude a directory from Visual Studio Code “Explore” tab?