- add the following settings to your project's folder under
.vscode/settings.json
:
If no such directory/file, create them
{
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/node_modules/**": true,
"**/.hg/store/**": true,
"**/.eggs/**": true,