-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
Decouple filesFirst
option from sorting options in file explorer
#64738
Comments
Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines. Happy Coding! |
Search for issues tagged with file-explorer and feature-request to find the duplicate of |
I'm sorry but I just read the 87 related request's titles, nothing is even close to this request, please point me to the request you seem to think is a duplicate of this one, thanks. |
Ah sorry, just read to the bottom, thanks again, I'm out! |
I like files first as it is less confusing visually, but then I cannot have any sorting option.
I think it would be better to just make a different setting for this instead of adding all possible combinations.
Ideally, I would love a more advanced (multi) sorting:
{ style: [css,sass,scss], script: [js], ... }
[ 'document', 'script', 'style', 'config', 'text' ]
Here's how I did it for a project I'm working on: codepen.io/ncodefun/pen/JwPgYO
The Javascript side of this is pretty straightforward, but I'm totally unfamiliar with VS code internals – maybe I could contribute if someone point me to the right direction!
The text was updated successfully, but these errors were encountered: