From 00bd5887949d985d0a4873bbef9f46fe2bab3704 Mon Sep 17 00:00:00 2001 From: Alex Mikhalev Date: Wed, 4 Oct 2017 13:50:54 -0600 Subject: [PATCH] Don't search in build directories --- .vscode/settings.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 55712c1..dea1251 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,9 @@ { - "typescript.tsdk": "node_modules/typescript/lib" + "typescript.tsdk": "node_modules/typescript/lib", + "search.exclude": { + "**/node_modules": true, + "**/bower_components": true, + "**/dist": true, + "**/public": true + } } \ No newline at end of file