Skip to content

Commit 582702b

Browse files
committed
Add rocket button
1 parent 1194a9a commit 582702b

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

package.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
},
2727
{
2828
"command": "source-academy.show-panel",
29-
"title": "Source Academy: Show the Source Academy panel"
29+
"title": "Source Academy: Show the Source Academy panel",
30+
"icon": "$(rocket)"
3031
},
3132
{
3233
"command": "source-academy.eval-editor",
@@ -74,6 +75,15 @@
7475
"key": "shift+enter"
7576
}
7677
],
78+
"menus": {
79+
"view/title": [
80+
{
81+
"command": "source-academy.show-panel",
82+
"when": "view == assessments",
83+
"group": "navigation"
84+
}
85+
]
86+
},
7787
"views": {
7888
"source-academy": [
7989
{

0 commit comments

Comments
 (0)