Add watcherExclude as well as files.exclude

This commit is contained in:
Jani Eväkallio
2020-08-04 15:38:27 +01:00
committed by GitHub
parent c2a7f6f070
commit acb8399451

View File

@ -10,7 +10,10 @@
"git.enableSmartCommit": true, "git.enableSmartCommit": true,
"git.postCommitCommand": "sync", "git.postCommitCommand": "sync",
"files.exclude": { "files.exclude": {
"**/node_modules": true, "**/node_modules": true
},
"files.watcherExclude": {
"**/node_modules": true
}, },
"vscodeMarkdownNotes.noteCompletionConvention": "noExtension" "vscodeMarkdownNotes.noteCompletionConvention": "noExtension"
} }