|
173 | 173 | "title": "%python.command.python.runtests.title%", |
174 | 174 | "category": "Python", |
175 | 175 | "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" |
178 | 178 | } |
179 | 179 | }, |
180 | 180 | { |
|
254 | 254 | "title": "%python.command.python.runFailedTests.title%", |
255 | 255 | "category": "Python", |
256 | 256 | "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" |
259 | 259 | } |
260 | 260 | }, |
261 | 261 | { |
|
616 | 616 | { |
617 | 617 | "command": "python.debugtests", |
618 | 618 | "when": "view == python_tests", |
619 | | - "group": "navigation@2" |
| 619 | + "group": "navigation@4" |
620 | 620 | }, |
621 | 621 | { |
622 | 622 | "command": "python.runtests", |
|
631 | 631 | { |
632 | 632 | "command": "python.runFailedTests", |
633 | 633 | "when": "view == python_tests && hasFailedTests", |
634 | | - "group": "navigation@4" |
| 634 | + "group": "navigation@2" |
635 | 635 | }, |
636 | 636 | { |
637 | 637 | "command": "python.viewTestOutput", |
|
0 commit comments