Skip to content

Commit 847e09d

Browse files
committed
Fix order of icons (#4534)
* Fix order of icons * Update package.json Co-Authored-By: DonJayamanne <[email protected]>
1 parent a549af0 commit 847e09d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@
644644
{
645645
"command": "python.debugtests",
646646
"when": "view == python_tests && !busyTests",
647-
"group": "navigation@4"
647+
"group": "navigation@3"
648648
},
649649
{
650650
"command": "python.runtests",
@@ -659,12 +659,12 @@
659659
{
660660
"command": "python.discoverTests",
661661
"when": "view == python_tests && !busyTests",
662-
"group": "navigation@3"
662+
"group": "navigation@4"
663663
},
664664
{
665665
"command": "python.discoveringTests",
666666
"when": "view == python_tests && discoveringTests",
667-
"group": "navigation@3"
667+
"group": "navigation@4"
668668
},
669669
{
670670
"command": "python.runFailedTests",

0 commit comments

Comments
 (0)