Skip to content

Commit 0a4a58e

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [VSCode] exclude directories from Snyk extension
https://stackoverflow.com/a/76145738/6366150
1 parent 0eb5d84 commit 0a4a58e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.vscode/settings.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
},
1010
"[github-actions-workflow]": {
1111
"editor.defaultFormatter": "esbenp.prettier-vscode"
12-
}
13-
}
12+
},
13+
"snyk.advanced.additionalParameters": "--exclude=.trunk,coverage-report"
14+
}

0 commit comments

Comments
 (0)