Sorting files by name #139025
Replies: 2 comments 3 replies
-
|
Thanks for posting in the GitHub Community, @Angelk90 ! We're happy you're here. You are more likely to get a useful response if you are posting your question in the applicable category, the Discussions category is solely related to conversations around the GitHub product Discussions. This question should be in the |
Beta Was this translation helpful? Give feedback.
-
|
Hi there! What you see here is about different file sorting algorithms between GitHub and VS Code. GitHub uses case-sensitive sorting (where uppercase letters come before lowercase ones) while VS Code uses case-insensitive sorting (ignoring whether letters are uppercase or lowercase when comparing them) Thank you!!! 🫡 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
General
Body
I was looking at this project: https://github.com/zed-industries/zed
But I don't understand how the sorting of files works on github.
First come the elements with the dot, then the elements with the uppercase letters and finally the elements with all uppercase characters?
Here is a screenshot of how vscode sorts the elements, the elements are sorted correctly.
Beta Was this translation helpful? Give feedback.
All reactions