Created
February 28, 2020 07:46
-
-
Save erlangparasu/fc2b8b47a62dbc188ffd66f72f5fb45c to your computer and use it in GitHub Desktop.
Fix Visual Studio Code is unable to watch for file changes in this large workspace (error ENOSPC)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"files.watcherExclude": { | |
"**/.git/objects/**": true, | |
"**/.git/subtree-cache/**": true, | |
"**/node_modules/*/**": true, | |
"**/public/assets/**": true, | |
"**/storage/debugbar/**": true, | |
"**/storage/framework/**": true, | |
"**/vendor/**": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment