Skip to content

Commit b551cad

Browse files
committed
Exclude .obj/ from vscode file watcher
1 parent afe7d11 commit b551cad

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.vscode/settings.json.tmpl

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,12 @@
8181
"ada: Compile current file": ["*.adb"],
8282
"ada: Check current file": ["*.ads"]
8383
},
84-
"triggerTaskOnSave.restart": true
84+
"triggerTaskOnSave.restart": true,
85+
"files.watcherExclude": {
86+
"**/.git/objects/**": true,
87+
"**/.git/subtree-cache/**": true,
88+
"**/node_modules/*/**": true,
89+
"**/.hg/store/**": true,
90+
".obj/": true
91+
}
8592
}

0 commit comments

Comments
 (0)