Skip to content

Commit 0691595

Browse files
authored
Merge pull request #27 from sivcan/extended-limit-config
Updated Readme for extended limit configuration
2 parents a951cfd + 3a4dcee commit 0691595

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ The following Visual Studio Code settings are available for the RelativePath ext
3434

3535
// Excludes the extension from the relative path url (Useful for systemjs imports).
3636
"relativePath.removeExtension": false,
37+
38+
// For performance optimization the default limit for quick filter is 1000 // files. Extending this limit might lead to performance drop but will
39+
// still provide the quick filtering feature.
40+
"relativePath.extendedLimit": 3000
3741

3842
// An array of extensions to exclude from the relative path url (Useful for used with Webpack or when importing files of mixed types)
3943
"relativePath.excludedExtensions": [

0 commit comments

Comments
 (0)