Exclude test data from vscode searches

This commit is contained in:
Kevin Marquette
2018-08-14 13:35:35 -07:00
parent e35a31ac3c
commit 1063e713b5

View File

@@ -8,7 +8,9 @@
"files.autoGuessEncoding": false,
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
"search.exclude": {
"**/Tests/Data*": true
},
//-------- PowerShell configuration --------
"powershell.codeFormatting.alignPropertyValuePairs": true,
"powershell.codeFormatting.preset": "Allman",