Skip to content

Commit a057009

Browse files
committed
exclude the snakemake folder from the watcher and searches
1 parent 24d7afc commit a057009

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: package.json

+8
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@
2020
"Programming Languages"
2121
],
2222
"contributes": {
23+
"configurationDefaults": {
24+
"files.watcherExclude": {
25+
"**/.snakemake/**": true
26+
},
27+
"search.exclude": {
28+
"**/.snakemake": true
29+
}
30+
},
2331
"languages": [
2432
{
2533
"id": "snakemake",

0 commit comments

Comments
 (0)