mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
change some activation events for bdc and admin-tool (#8660)
This commit is contained in:
@@ -13,7 +13,8 @@
|
||||
"azdata": ">=1.8.0"
|
||||
},
|
||||
"activationEvents": [
|
||||
"*"
|
||||
"onCommand:adminToolExtWin.launchSsmsMinPropertiesDialog",
|
||||
"onCommand:adminToolExtWin.launchSsmsMinGswDialog"
|
||||
],
|
||||
"main": "./out/main",
|
||||
"repository": {
|
||||
|
||||
@@ -12,7 +12,10 @@
|
||||
"azdata": "*"
|
||||
},
|
||||
"activationEvents": [
|
||||
"*"
|
||||
"onCommand:bigDataClusters.command.mount",
|
||||
"onCommand:bigDataClusters.command.refreshmount",
|
||||
"onCommand:bigDataClusters.command.deletemount",
|
||||
"onView:sqlBigDataCluster"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user