We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a951cfd + 3a4dcee commit 0691595Copy full SHA for 0691595
README.md
@@ -34,6 +34,10 @@ The following Visual Studio Code settings are available for the RelativePath ext
34
35
// Excludes the extension from the relative path url (Useful for systemjs imports).
36
"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
41
42
// An array of extensions to exclude from the relative path url (Useful for used with Webpack or when importing files of mixed types)
43
"relativePath.excludedExtensions": [
0 commit comments