Skip to content

Commit

Permalink
Add provision command to the Azure Resources "create resources" menu. (
Browse files Browse the repository at this point in the history
…#954)

* Add new provision entrypoint.

* Update menu text per PR feedback.
  • Loading branch information
philliphoff committed Oct 21, 2022
1 parent a194585 commit 06a4b33
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion ext/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,16 @@
],
"main": "./main.js",
"contributes": {
"commands": [
"x-azResources": {
"commands": [
{
"command": "azure-dev.commands.cli.provision",
"title": "Create application infrastructure using azd...",
"detail": "Use the Azure Developer CLI to set up application infrastructure resources (azd provision)."
}
]
},
"commands": [
{
"category": "%azure-dev.commands_category%",
"command": "azure-dev.commands.cli.init",
Expand Down

0 comments on commit 06a4b33

Please sign in to comment.