We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fafa1c commit e288285Copy full SHA for e288285
package.json
@@ -159,6 +159,13 @@
159
"group": "navigation@3"
160
}
161
],
162
+ "view/title": [
163
+ {
164
+ "submenu": "azureWorkspaceDeploy",
165
+ "when": "view == azureWorkspace",
166
+ "group": "navigation@3"
167
+ }
168
+ ],
169
"view/item/context": [
170
{
171
"command": "containerApps.createManagedEnvironment",
@@ -253,6 +260,13 @@
253
260
254
261
]
255
262
},
263
+ "submenus": [
264
265
+ "id": "azureWorkspaceDeploy",
266
+ "icon": "$(cloud-upload)",
267
+ "label": "Deploy..."
268
269
256
270
"configuration": [
257
271
258
272
"title": "Azure Container Apps",
0 commit comments