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 d189573 commit 1a72deeCopy full SHA for 1a72dee
package.json
@@ -53,6 +53,10 @@
53
"command": "extension.auth0Authentication",
54
"title": "Razroo Auth0 Authentication"
55
},
56
+ {
57
+ "command": "extension.showRazrooDocumentation",
58
+ "title": "Razroo Documentation"
59
+ },
60
{
61
"command": "razroo.generate",
62
"title": "Razroo Generate"
@@ -133,6 +137,12 @@
133
137
"group": "myextension.myGroup"
134
138
}
135
139
],
140
+ "editor/context": [
141
142
143
+ "group": "navigation"
144
+ }
145
+ ],
136
146
"scaffold.submenu": [
147
148
"command": "generate.angular.component",
0 commit comments