From 1063e713b5f3fff38414c93c69597a94fbe1273a Mon Sep 17 00:00:00 2001 From: Kevin Marquette Date: Tue, 14 Aug 2018 13:35:35 -0700 Subject: [PATCH] Exclude test data from vscode searches --- .vscode/settings.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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",