Skip to content

Commit

Permalink
Add build command to tab context menu (Azure#4155)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhsubra authored Aug 25, 2021
1 parent 03d292e commit 0128b67
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/vscode-bicep/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
},
{
"command": "bicep.build",
"when": "resourceLangId == bicep",
"when": "resourceLangId == bicep && commandsRegistered",
"group": "navigation"
}
],
Expand All @@ -176,6 +176,11 @@
"command": "bicep.showVisualizer",
"when": "resourceLangId == bicep && commandsRegistered",
"group": "1_open"
},
{
"command": "bicep.build",
"when": "resourceLangId == bicep && commandsRegistered",
"group": "1_build"
}
],
"commandPalette": [
Expand Down

0 comments on commit 0128b67

Please sign in to comment.