Skip to content

Commit

Permalink
Add 'stop' beaker icon to stop refreshing tests (#17947)
Browse files Browse the repository at this point in the history
  • Loading branch information
luabud committed Nov 8, 2021
1 parent d449fa9 commit 5f46b3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -383,7 +383,7 @@
{
"category": "Test",
"command": "python.stopRefreshingTests",
"icon": "$(stop-circle)",
"icon": "$(beaker-stop)",
"title": "%python.command.python.stopRefreshingTests.title%"
},
{
Expand Down Expand Up @@ -1701,7 +1701,7 @@
{
"category": "Test",
"command": "python.stopRefreshingTests",
"icon": "$(stop-circle)",
"icon": "$(beaker-stop)",
"title": "%python.command.python.stopRefreshingTests.title%",
"when": "!virtualWorkspace && shellExecutionSupported"
},
Expand Down

0 comments on commit 5f46b3d

Please sign in to comment.