diff --git a/.vscode/settings.json b/.vscode/settings.json index 2539c72..7b0880c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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" }