File list order not correct in go to file #34210
Labels
bug
Issue identified by VS Code Team member as probable bug
quick-pick
Quick-pick widget issues
verified
Verification succeeded
Milestone
Steps to Reproduce:
mkdir -p node_modules1/bundle/lib/model/modules/ot1 && touch node_modules1/bundle/lib/model/modules/ot1/index.js
mkdir -p node_modules1/bundle/lib/model/modules/un1 && touch node_modules1/bundle/lib/model/modules/un1/index.js
mkdir -p node_modules1/bundle/lib/model/modules/modu1 && touch node_modules1/bundle/lib/model/modules/modu1/index.js
mkdir -p node_modules1/bundle/lib/model/modules/oddl1 && touch node_modules1/bundle/lib/model/modules/oddl1/index.js
Go to File... (⌘T)
modu1/index.js
- this is the resultun1/index.js
- this is the resultHere result eventually shows up but i expected it as the first result because all the results have common prefix and last result is the best match. This is just the sample but its a big problem where you have large number of files with same name under long path (like me). Sometimes the result is at 30-40 which makes me unable to use vscode for my case.
This thing works absolutely fine in sublime text so you can see the expected result and compare.
Reproduces without extensions: Yes
The text was updated successfully, but these errors were encountered: