You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Steps to Reproduce:
config/test.js
config/test
config/test/t1.js
andconfig/test/t2.js
co/te
Expected first result:
config/test.js
Actual first result:
confing/test/t1.js
.config/test.js
comes only after t2The text was updated successfully, but these errors were encountered: