sirfuzzalot / workspace-explorer

Organize, iconize and open your collection of VSCode workspaces
Apache License 2.0
20 stars 1 forks source link

Switch to case insensitive workspace sort? #32

Open nyanpasu64 opened 10 months ago

nyanpasu64 commented 10 months ago

Currently the workspace sort places all uppercase names before all lowercase names, probably because you're sorting on raw character codes. Is it possible to switch to a case-insensitive string comparison?

Screenshot_20231012_192714

sirfuzzalot commented 1 month ago

@nyanpasu64 This is a good idea. Comment back if you want to work up a Pull Request otherwise I'll put it in the backlog as a small todo. Thanks