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

Allow to customize explorer file sort order #26921

Closed
zevero opened this issue May 19, 2017 · 3 comments
Closed

Allow to customize explorer file sort order #26921

zevero opened this issue May 19, 2017 · 3 comments
Labels
*duplicate Issue identified as a duplicate of another issue(s) feature-request Request for new features or functionality file-explorer Explorer widget issues

Comments

@zevero
Copy link

zevero commented May 19, 2017

  • VSCode Version: 1.12.2
  • OS Version: Debian Stretch

Steps to Reproduce:

  1. create new files: user.js, user_session.js, user_data.js
  2. files are displayed in this order:
    user_data.js
    user_session.js
    user.js

Expected behaviour: Normal alphabetical sort order:
user.js
user_data.js
user_session.js

@bpasero
Copy link
Member

bpasero commented May 20, 2017

Looks like there is a difference between Linux and macOS with regards to sorting. We are using a numeric comparator.

macOS:
image

Linux:
image

A way out here is to allow to configure explorer sorting.

@bpasero bpasero added file-explorer Explorer widget issues feature-request Request for new features or functionality labels May 20, 2017
@bpasero bpasero changed the title Explorer file sort order Allow to customize explorer file sort order May 20, 2017
@bpasero bpasero removed their assignment May 20, 2017
@zevero
Copy link
Author

zevero commented May 21, 2017

I think, this is a minor bug. Not a feature request.
I am quite sure, nobody wants to configure his files in a non-alphabetical order, depending on platform.

So to speak, I am not on MacOS. I am on Linux

$ uname -a
Linux schenker 4.9.0-2-amd64 #1 SMP Debian 4.9.18-1 (2017-03-30) x86_64 GNU/Linux

vscode

But you have it right on Linux and reverse on MacOS !?!

@bpasero
Copy link
Member

bpasero commented May 31, 2017

Merging this issue into #27759

@bpasero bpasero closed this as completed May 31, 2017
@bpasero bpasero added the *duplicate Issue identified as a duplicate of another issue(s) label May 31, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
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) feature-request Request for new features or functionality file-explorer Explorer widget issues
Projects
None yet
Development

No branches or pull requests

2 participants