Add watcherExclude as well as files.exclude
This commit is contained in:
parent
c2a7f6f070
commit
acb8399451
1 changed files with 4 additions and 1 deletions
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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue