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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

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