Commit 2aa3c62
testing: add toggle command for showing test coverage in Explorer view (microsoft#261062)
* Initial plan
* Add toggle command for coverage in Explorer view
- Add CoverageToggleInExplorer command ID to TestCommandId enum
- Implement ToggleCoverageInExplorer action with proper menu integration
- Add test to verify command registration
Co-authored-by: connor4312 <[email protected]>
* Enhance toggle command with Test Explorer integration
- Add command to Test Explorer view title bar
- Add comprehensive test suite for toggle functionality
- Improve command discoverability and UX
Co-authored-by: connor4312 <[email protected]>
* Remove menu and no-op tests as requested
Co-authored-by: connor4312 <[email protected]>
---------
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: connor4312 <[email protected]>1 parent 95aefe8 commit 2aa3c62
File tree
3 files changed
+28
-0
lines changed- src/vs/workbench/contrib/testing
- browser
- common
- test/browser
3 files changed
+28
-0
lines changedLines changed: 26 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
878 | 878 | | |
879 | 879 | | |
880 | 880 | | |
| 881 | + | |
| 882 | + | |
| 883 | + | |
| 884 | + | |
| 885 | + | |
| 886 | + | |
| 887 | + | |
| 888 | + | |
| 889 | + | |
| 890 | + | |
| 891 | + | |
| 892 | + | |
| 893 | + | |
| 894 | + | |
| 895 | + | |
| 896 | + | |
| 897 | + | |
| 898 | + | |
| 899 | + | |
| 900 | + | |
| 901 | + | |
| 902 | + | |
| 903 | + | |
| 904 | + | |
| 905 | + | |
| 906 | + | |
881 | 907 | | |
882 | 908 | | |
883 | 909 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
103 | 104 | | |
0 commit comments