Skip to content

Commit 36ae001

Browse files
authored
Update Run/Stop code icons to be product icons (#851)
1 parent 9e1eb2c commit 36ae001

File tree

5 files changed

+2
-40
lines changed

5 files changed

+2
-40
lines changed

images/run-dark.svg

Lines changed: 0 additions & 6 deletions
This file was deleted.

images/run-light.svg

Lines changed: 0 additions & 6 deletions
This file was deleted.

images/stop-dark.svg

Lines changed: 0 additions & 10 deletions
This file was deleted.

images/stop-light.svg

Lines changed: 0 additions & 10 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,7 @@
4545
{
4646
"command": "code-runner.run",
4747
"title": "Run Code",
48-
"icon": {
49-
"light": "./images/run-light.svg",
50-
"dark": "./images/run-dark.svg"
51-
}
48+
"icon": "$(notebook-execute)"
5249
},
5350
{
5451
"command": "code-runner.runCustomCommand",
@@ -61,10 +58,7 @@
6158
{
6259
"command": "code-runner.stop",
6360
"title": "Stop Code Run",
64-
"icon": {
65-
"light": "./images/stop-light.svg",
66-
"dark": "./images/stop-dark.svg"
67-
}
61+
"icon": "$(notebook-stop)"
6862
}
6963
],
7064
"keybindings": [

0 commit comments

Comments
 (0)