Skip to content

Instantly share code, notes, and snippets.

@erlangparasu
Created February 28, 2020 07:46
Show Gist options
  • Save erlangparasu/fc2b8b47a62dbc188ffd66f72f5fb45c to your computer and use it in GitHub Desktop.
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)
{
"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