Skip to content

Commit e288285

Browse files
authored
Add submenu and view (#326)
1 parent 5fafa1c commit e288285

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

package.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,13 @@
159159
"group": "navigation@3"
160160
}
161161
],
162+
"view/title": [
163+
{
164+
"submenu": "azureWorkspaceDeploy",
165+
"when": "view == azureWorkspace",
166+
"group": "navigation@3"
167+
}
168+
],
162169
"view/item/context": [
163170
{
164171
"command": "containerApps.createManagedEnvironment",
@@ -253,6 +260,13 @@
253260
}
254261
]
255262
},
263+
"submenus": [
264+
{
265+
"id": "azureWorkspaceDeploy",
266+
"icon": "$(cloud-upload)",
267+
"label": "Deploy..."
268+
}
269+
],
256270
"configuration": [
257271
{
258272
"title": "Azure Container Apps",

0 commit comments

Comments
 (0)