vscode
vscode copied to clipboard
Sorting is not persisted in Test Coverage
- VS Code Version: 1.100.2 (user setup)
- OS Version: 10.0.19045
Steps to Reproduce:
- Open Testing perspective
- Run Tests with coverage for a function (to get Test Coverage View visible)
- Change the sorting in Test Coverage View
- Run the tests without coverage for the same function
- Run the test with coverage (to get Test Coverage View visible) => the sorting has been changed as it was in the beginning.