Enter ctrl + shift + p and then search for User Settings and copy paste the below code.
{
"files.exclude": {
"**/.git": true,
"**/.DS_Store": true,
"**/*.js": true,
"**/*.js.map": true
}
}
Enter ctrl + shift + p and then search for User Settings and copy paste the below code.
{
"files.exclude": {
"**/.git": true,
"**/.DS_Store": true,
"**/*.js": true,
"**/*.js.map": true
}
}