diff --git a/.vscode/settings.json b/.vscode/settings.json index e8caa5d..99356f2 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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",