Every time you interact with the extension it authoritatively creates this in the settings.json:
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/.*": true
},
While the latter is my own setup, why it adds the others? 🧐
Every time you interact with the extension it authoritatively creates this in the
settings.json:While the latter is my own setup, why it adds the others? 🧐