Skip to content
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

Explorer ASCIIbetical sort order #106194

Closed
vimtaai opened this issue Sep 6, 2020 · 2 comments
Closed

Explorer ASCIIbetical sort order #106194

vimtaai opened this issue Sep 6, 2020 · 2 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@vimtaai
Copy link

vimtaai commented Sep 6, 2020

Feature request: It would be nice to have the option to sort files in the Explorer pane in ASCIIbetical order as this is the order GitHub uses. The setting could be "explorer.sortOrder": "asciibetical" or "explorer.sortOrder": "github".

ASCIIbetical Order

Use case: For better integration when developing for a GitHub repo it would be nice to have the option for the same file ordering.

Possible solution: It could use the noIntlCompareFileNames function in src/vs/base/common/comparers.ts with the caseSensitive option set to true.

https://github.com/microsoft/vscode/blob/master/src/vs/base/common/comparers.ts#L61

@gjsjohnmurray
Copy link
Contributor

Related to #27759, for which PR #97272 is currently open.

@isidorn isidorn added the *duplicate Issue identified as a duplicate of another issue(s) label Sep 7, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Oct 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

4 participants
@isidorn @gjsjohnmurray @vimtaai and others