Skip to content

Commit d15435c

Browse files
authored
fix: exclude the .snakemake folder from the watcher and searches (#41)
* exclude the snakemake folder from the watcher and searches * Exclude nested files in the search
1 parent dd8d7ed commit d15435c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

Lines changed: 8 additions & 0 deletions
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)