Skip to content

Commit

Permalink
Customize the azd VS Code extension
Browse files Browse the repository at this point in the history
  • Loading branch information
saragluna committed Sep 23, 2024
1 parent f90416f commit 84b7852
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ext/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,11 +185,16 @@
"explorer/context": [
{
"submenu": "azure-dev.explorer.submenu",
"when": "resourceFilename =~ /azure.yaml/i",
"when": "resourceFilename =~ /(azure.yaml|pom.xml)/i",
"group": "azure-dev"
}
],
"azure-dev.explorer.submenu": [
{
"when": "resourceFilename =~ /pom.xml/i",
"command": "azure-dev.commands.cli.init",
"group": "10provision@10"
},
{
"when": "resourceFilename =~ /azure.yaml/i",
"command": "azure-dev.commands.cli.provision",
Expand Down

0 comments on commit 84b7852

Please sign in to comment.