Generate VS Code config to exclude a directory (e.g. node_modules) with the exception of specified subpaths.
{ "files.exclude": { "**/node_modules/**": true } }
How to use:
Open Settings (JSON)