-
Notifications
You must be signed in to change notification settings - Fork 29.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a setting for case sensitive sorting in explorer #18622
Comments
@fungl164 can you give a concrete example where you expect a certain order and you do not see it? |
Thnxs @bpasero, When case sensitivity is on, I would expect to see:
Are you saying the behavior you describe only happens on OSX? Thnxs... |
No, on all platforms. |
would really appreciate if treating order as the way Github did |
I know this is not the same as what the OP is requesting, but this is the order I would expect to see... GitHub and Sublime text (among others) list files and folders starting with capital letters first, then lower case. An example where this is useful is the Linux kernel. For example, the It really makes finding these "special" files easier instead of having in the middle of all of the "regular" files. Many other projects use this type of folder/file naming for organization as well. So, if an option is added, this should be one of the options. |
Merging this issue into #27759 |
Steps to Reproduce:
Looks like it's caused by this in
vscode/src/vs/base/common/comparers.ts (line 10)
:could be changed to:
or
Ideally this would be controlled in the user/workspace settings...
In the mean time, is there a way to manually change this in my local running copy? Thnxs!
The text was updated successfully, but these errors were encountered: