mirror of
https://github.com/foambubble/foam-template.git
synced 2025-06-07 20:08:54 +00:00
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.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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue