In the File Explorer of Visual Studio Code, my files are sorted in alphabetical order, with 10, 11, 12 coming before 1, 2, 3.
I would like them to be sorted in natural order, with 10, 11 and 12 sorted after 1, 2 and 3.
How can I apply natural sort order?


