I love VSCode, but the sort order for quickopen doesn't work all that well sometimes...
For example, shorter files within longer paths should not trump over shorter paths with a longer filename, especially if the search string includes a path separator
- VSCode Version: 1.8
- OS Version: OS X
Steps to Reproduce:
- Create a file named
config/test.js
- Create a subfolder named
config/test
- Create the files
config/test/t1.js and config/test/t2.js
- Use quick open and type
co/te
Expected first result: config/test.js
Actual first result: confing/test/t1.js. config/test.js comes only after t2