From 3a4dceecd35cdc7260be34a48e772bb346c8c2a2 Mon Sep 17 00:00:00 2001 From: "sivcan.singh" Date: Wed, 25 Apr 2018 11:45:13 +0530 Subject: [PATCH] Updated README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c30272d..eecdf7b 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,10 @@ The following Visual Studio Code settings are available for the RelativePath ext // Excludes the extension from the relative path url (Useful for systemjs imports). "relativePath.removeExtension": false, + + // For performance optimization the default limit for quick filter is 1000 // files. Extending this limit might lead to performance drop but will + // still provide the quick filtering feature. + "relativePath.extendedLimit": 3000 // An array of extensions to exclude from the relative path url (Useful for used with Webpack or when importing files of mixed types) "relativePath.excludedExtensions": [