Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b827fe7

Browse filesBrowse files
author
Kartik Raj
authored
done (#4454)
1 parent 08bc46e commit b827fe7
Copy full SHA for b827fe7

7 files changed

+10-8Lines changed: 10 additions & 8 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎package.json‎

Copy file name to clipboardExpand all lines: package.json
+6-6Lines 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",
Collapse file
+1Lines changed: 1 addition & 0 deletions
  • Display the source diff
  • Display the rich diff
Loading
Collapse file

‎resources/dark/run-tests.svg‎

Copy file name to clipboard
+1Lines changed: 1 addition & 0 deletions
  • Display the source diff
  • Display the rich diff
Loading
Collapse file

‎resources/dark/start-failed.svg‎

Copy file name to clipboardExpand all lines: resources/dark/start-failed.svg
-1Lines changed: 0 additions & 1 deletion
This file was deleted.
Collapse file
+1Lines changed: 1 addition & 0 deletions
  • Display the source diff
  • Display the rich diff
Loading
Collapse file

‎resources/light/run-tests.svg‎

Copy file name to clipboard
+1Lines changed: 1 addition & 0 deletions
  • Display the source diff
  • Display the rich diff
Loading
Collapse file

‎resources/light/start-failed.svg‎

Copy file name to clipboardExpand all lines: resources/light/start-failed.svg
-1Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.