Skip to content

Commit

Permalink
fix(vscode): Remove deploy slot action to only slot and not slots tre…
Browse files Browse the repository at this point in the history
…e item (#4181)

Remove deploy slot action to only slot and not slots tree item
  • Loading branch information
ccastrotrejo committed Feb 13, 2024
1 parent 7501571 commit 1b86f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/vs-code-designer/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@
},
{
"command": "azureLogicAppsStandard.deploySlot",
"when": "view == azureResourceGroups && viewItem =~ /azLogicAppsSlot/",
"when": "view == azureResourceGroups && viewItem =~ /azLogicAppsSlot(?!s)/",
"group": "3@2"
},
{
Expand Down

0 comments on commit 1b86f03

Please sign in to comment.