You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Also closely related to issue #99955 and PR #104528. These are both closed but they do explain why the code now behaves this way. The code no longer strips off the .go extension before comparing the names.
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 beforealpha.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
The text was updated successfully, but these errors were encountered: