Add watcherExclude as well as files.exclude
This commit is contained in:
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user