We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1194a9a commit e35d85fCopy full SHA for e35d85f
package.json
@@ -26,7 +26,8 @@
26
},
27
{
28
"command": "source-academy.show-panel",
29
- "title": "Source Academy: Show the Source Academy panel"
+ "title": "Source Academy: Show the Source Academy panel",
30
+ "icon": "$(rocket)"
31
32
33
"command": "source-academy.eval-editor",
@@ -74,6 +75,15 @@
74
75
"key": "shift+enter"
76
}
77
],
78
+ "menus": {
79
+ "view/title": [
80
+ {
81
+ "command": "source-academy.show-panel",
82
+ "when": "view == assessments",
83
+ "group": "navigation"
84
+ }
85
+ ]
86
+ },
87
"views": {
88
"source-academy": [
89
0 commit comments