Skip to content

Commit

Permalink
Add refresh to trigger group node
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonYeMSFT committed Jan 23, 2024
1 parent 5efc2ca commit a15c103
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -870,6 +870,11 @@
"when": "view =~ /azure(ResourceGroups|Workspace|FocusView)/ && viewItem == cosmosDBStoredProceduresGroup",
"group": "2@1"
},
{
"command": "azureDatabases.refresh",
"when": "view =~ /azure(ResourceGroups|Workspace|FocusView)/ && viewItem == cosmosDBTriggersGroup",
"group": "2@1"
},
{
"command": "azureDatabases.refresh",
"when": "view =~ /azureWorkspace/ && viewItem =~ /cosmosDBDocumentServer(?![a-z])/i",
Expand Down

0 comments on commit a15c103

Please sign in to comment.