Issue Type: Bug
For items in lexicographic order, an item that prefixes another item should be ranked before that longer item.
In VS Code, alpha_test.go gets displayed before alpha.go:

Since we ignore the .go extension when sorting these file names, I think this ordering should be reversed.
VS Code version: Code 1.49.2 (e5e9e69, 2020-09-24T16:26:09.944Z)
OS version: Linux x64 5.4.3-050403-generic snap
Remote OS version: Linux x64 5.4.0-47-generic
Issue Type: Bug
For items in lexicographic order, an item that prefixes another item should be ranked before that longer item.
In VS Code,
alpha_test.gogets displayed beforealpha.go:Since we ignore the
.goextension when sorting these file names, I think this ordering should be reversed.VS Code version: Code 1.49.2 (e5e9e69, 2020-09-24T16:26:09.944Z)
OS version: Linux x64 5.4.3-050403-generic snap
Remote OS version: Linux x64 5.4.0-47-generic