Sort by location doesn't work
See original GitHub issueDescribe the bug
- Set the sorting mechanism to “Sort by Location”
- Expected: see the tests in the same order as the one I wrote them in the
.cpp
file they are into - Actual: The test suite are in the alphabetic order and the tests in them are sort by location (if I reload my VS Code)
Desktop
- Extension Version: 4.0.16
- VS Code Version: 1.63.2
- OS Type and Version: Windows 10
- Using remote-ssh/docker/wsl?: no
Log ?
Let me know if you’d like me to attach a log.
It’s not a big deal for the user just a bit of a shame.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Sorting quest by location doesn't work? : r/EscapefromTarkov
I've noticed sorting will group SOME shoreline quests together, while others are put at the bottom of the list.
Read more >Apple Maps sort by distance doesn't work
Apple Maps sort by distance doesn't work. For instance, if I search for "coffee" or "cafe" and choose "Sort by Distance", it does...
Read more >Array sort is not working correctly in JavaScript - Stack Overflow
The code above will return the array sorted from smallest to largest correctly. You can sort largest to smallest (descending order) by reversing ......
Read more >Sort not working the way its supposed to. - Microsoft Community
I have a spreadsheet with 8 columns and 1264 rows. I'm trying to do a simple sort on one of the columns. I...
Read more >Sort feature randomly not working correct for one set of data only
There are two tables on the positions tab. When I sort, I highlight the cells within the table (but not the header row),...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Sorting seems to be broken in other cases as well. For example, “Sort by status” often doesn’t work right after running a test that fails. If you then switch the sort order to something else and then back to status, it does sort correctly.
Since I have seen this behavior also with the Python extension, I suspect it’s a bug in VS Code, not in TestMate. I didn’t get around to filing an issue yet, because I wanted to investigate a little more thoroughly first.
Fixed in **v4.0.17**.
This issue was mentioned in CHANGELOG.md under a released entry so it is assumed to be fixed. User verifications are always welcome.