Skip to content

Commit 5ed0194

Browse files
author
Sascha Goldhofer
committed
Update tasklist
1 parent c240c0e commit 5ed0194

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

FuzzyFilePath.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
- Cleanup @TODO flags
1010
- suddenly Testrunner causes plugin host to expire
1111

12+
### bugs
13+
14+
- Initial opened view may be falsely recognised as "not within project"
1215

1316
### release
1417

@@ -18,7 +21,9 @@
1821

1922
### performance
2023

21-
- searching in large folders, where the query matches a folder containing many files, are very slow. i.e. searching for "node_modules/path/to/package" is much slower than searching for "path/to/package"
24+
- searching in large folders, where the query matches a folder containing many files, are very slow. i.e. searching for "node_modules/path/to/package" is much slower than searching for "path/to/package" (filecount 10k+)
25+
- current workaround fast_query option in default settings
26+
- so far the regex can not be improved to be faster and still return the same results, the first step should be to exclude unused folders which (may require an option for folder whitelisting) i.e. "node_modules/(?!szig).*"
2227

2328
### features
2429

0 commit comments

Comments
 (0)