Skip to content

Commit 8efae04

Browse files
author
Kartik Raj
authored
Fixed order of icons in test explorer and items (#4367)
* Fixed order * News entry
1 parent cf686d2 commit 8efae04

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

news/1 Enhancements/4364.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix order of icons in test explorer and items

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -615,23 +615,23 @@
615615
"view/title": [
616616
{
617617
"command": "python.debugtests",
618-
"group": "navigation"
618+
"group": "navigation@2"
619619
},
620620
{
621621
"command": "python.runtests",
622-
"group": "navigation"
622+
"group": "navigation@1"
623623
},
624624
{
625625
"command": "python.discoverTests",
626-
"group": "navigation"
626+
"group": "navigation@3"
627627
},
628628
{
629629
"command": "python.runFailedTests",
630-
"group": "navigation"
630+
"group": "navigation@4"
631631
},
632632
{
633633
"command": "python.viewTestOutput",
634-
"group": "navigation"
634+
"group": "navigation@5"
635635
}
636636
],
637637
"view/item/context": [

0 commit comments

Comments
 (0)