Skip to content

Commit b827fe7

Browse files
author
Kartik Raj
authored
done (#4454)
1 parent 08bc46e commit b827fe7

7 files changed

Lines changed: 10 additions & 8 deletions

File tree

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@
173173
"title": "%python.command.python.runtests.title%",
174174
"category": "Python",
175175
"icon": {
176-
"light": "resources/light/start.svg",
177-
"dark": "resources/dark/start.svg"
176+
"light": "resources/light/run-tests.svg",
177+
"dark": "resources/dark/run-tests.svg"
178178
}
179179
},
180180
{
@@ -254,8 +254,8 @@
254254
"title": "%python.command.python.runFailedTests.title%",
255255
"category": "Python",
256256
"icon": {
257-
"light": "resources/light/start-failed.svg",
258-
"dark": "resources/dark/start-failed.svg"
257+
"light": "resources/light/run-failed-tests.svg",
258+
"dark": "resources/dark/run-failed-tests.svg"
259259
}
260260
},
261261
{
@@ -616,7 +616,7 @@
616616
{
617617
"command": "python.debugtests",
618618
"when": "view == python_tests",
619-
"group": "navigation@2"
619+
"group": "navigation@4"
620620
},
621621
{
622622
"command": "python.runtests",
@@ -631,7 +631,7 @@
631631
{
632632
"command": "python.runFailedTests",
633633
"when": "view == python_tests && hasFailedTests",
634-
"group": "navigation@4"
634+
"group": "navigation@2"
635635
},
636636
{
637637
"command": "python.viewTestOutput",
Lines changed: 1 addition & 0 deletions
Loading

resources/dark/run-tests.svg

Lines changed: 1 addition & 0 deletions
Loading

resources/dark/start-failed.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Loading

resources/light/run-tests.svg

Lines changed: 1 addition & 0 deletions
Loading

resources/light/start-failed.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)