From b8dd5fc05302c87a04e409ffd351c86bb15c0dc1 Mon Sep 17 00:00:00 2001 From: Rob Lourens Date: Mon, 19 Jun 2017 15:27:52 -0700 Subject: [PATCH] Remove 'vendor' --- .vscode/settings.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 202b4e4..0b6c423 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,8 +1,7 @@ // Place your settings in this file to overwrite default and user settings. { "search.exclude": { - "**/vendor": true, "**/validation": true, "**/tests/Validation/cases": true } -} \ No newline at end of file +}