Skip to content

Commit 1a72dee

Browse files
ZETA-9187: right click documentation
1 parent d189573 commit 1a72dee

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@
5353
"command": "extension.auth0Authentication",
5454
"title": "Razroo Auth0 Authentication"
5555
},
56+
{
57+
"command": "extension.showRazrooDocumentation",
58+
"title": "Razroo Documentation"
59+
},
5660
{
5761
"command": "razroo.generate",
5862
"title": "Razroo Generate"
@@ -133,6 +137,12 @@
133137
"group": "myextension.myGroup"
134138
}
135139
],
140+
"editor/context": [
141+
{
142+
"command": "extension.showRazrooDocumentation",
143+
"group": "navigation"
144+
}
145+
],
136146
"scaffold.submenu": [
137147
{
138148
"command": "generate.angular.component",

0 commit comments

Comments
 (0)