Exclude test data from vscode searches
This commit is contained in:
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@@ -8,7 +8,9 @@
|
|||||||
"files.autoGuessEncoding": false,
|
"files.autoGuessEncoding": false,
|
||||||
"files.insertFinalNewline": true,
|
"files.insertFinalNewline": true,
|
||||||
"files.trimTrailingWhitespace": true,
|
"files.trimTrailingWhitespace": true,
|
||||||
|
"search.exclude": {
|
||||||
|
"**/Tests/Data*": true
|
||||||
|
},
|
||||||
//-------- PowerShell configuration --------
|
//-------- PowerShell configuration --------
|
||||||
"powershell.codeFormatting.alignPropertyValuePairs": true,
|
"powershell.codeFormatting.alignPropertyValuePairs": true,
|
||||||
"powershell.codeFormatting.preset": "Allman",
|
"powershell.codeFormatting.preset": "Allman",
|
||||||
|
|||||||
Reference in New Issue
Block a user