File tree Expand file tree Collapse file tree 3 files changed +0
-16
lines changed
Expand file tree Collapse file tree 3 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 6565 "category" : " Azure Container Apps" ,
6666 "icon" : " $(add)"
6767 },
68- {
69- "command" : " containerApps.createContainerAppFromWorkspace" ,
70- "title" : " %containerApps.createContainerAppFromWorkspace%" ,
71- "category" : " Azure Container Apps"
72- },
7368 {
7469 "command" : " containerApps.deleteManagedEnvironment" ,
7570 "title" : " %containerApps.deleteManagedEnvironment%" ,
368363 "when" : " view =~ /(azureResourceGroups|azureFocusView)/ && viewItem =~ /managedEnvironmentItem/i" ,
369364 "group" : " 2@1"
370365 },
371- {
372- "command" : " containerApps.createContainerAppFromWorkspace" ,
373- "when" : " view =~ /(azureResourceGroups|azureFocusView)/ && viewItem =~ /managedEnvironmentItem/i" ,
374- "group" : " 2@2"
375- },
376366 {
377367 "command" : " containerApps.deleteManagedEnvironment" ,
378368 "when" : " view =~ /(azureResourceGroups|azureFocusView)/ && viewItem =~ /managedEnvironmentItem/i" ,
605595 }
606596 ],
607597 "commandPalette" : [
608- {
609- "command" : " containerApps.createContainerAppFromWorkspace" ,
610- "when" : " never"
611- },
612598 {
613599 "command" : " containerApps.deployWorkspaceProjectApi" ,
614600 "when" : " never"
Original file line number Diff line number Diff line change 77 "containerApps.showDraftCommandDeployPopup" : " Prompt to deploy revision draft whenever a draft command is run." ,
88 "containerApps.browse" : " Browse" ,
99 "containerApps.createContainerApp" : " Create Container App..." ,
10- "containerApps.createContainerAppFromWorkspace" : " Create Container App from Workspace..." ,
1110 "containerApps.editContainerApp" : " Edit Container App (Advanced)..." ,
1211 "containerApps.editContainer" : " Edit Container..." ,
1312 "containerApps.editContainerImage.title" : " Edit Container Image..." ,
Original file line number Diff line number Diff line change @@ -61,7 +61,6 @@ export function registerCommands(): void {
6161 // container apps
6262 registerCommandWithTreeNodeUnwrapping ( 'containerApps.browse' , browseContainerAppNode ) ;
6363 registerCommandWithTreeNodeUnwrapping ( 'containerApps.createContainerApp' , createContainerApp ) ;
64- registerCommandWithTreeNodeUnwrapping ( 'containerApps.createContainerAppFromWorkspace' , deployWorkspaceProject ) ;
6564 registerCommandWithTreeNodeUnwrapping ( 'containerApps.deleteContainerApp' , deleteContainerApp ) ;
6665 registerCommandWithTreeNodeUnwrapping ( 'containerApps.editContainerApp' , editContainerApp ) ;
6766 registerCommandWithTreeNodeUnwrapping ( 'containerApps.openConsoleInPortal' , openConsoleInPortal ) ;
You can’t perform that action at this time.
0 commit comments