mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -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"
|
"azdata": ">=1.8.0"
|
||||||
},
|
},
|
||||||
"activationEvents": [
|
"activationEvents": [
|
||||||
"*"
|
"onCommand:adminToolExtWin.launchSsmsMinPropertiesDialog",
|
||||||
|
"onCommand:adminToolExtWin.launchSsmsMinGswDialog"
|
||||||
],
|
],
|
||||||
"main": "./out/main",
|
"main": "./out/main",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
@@ -12,7 +12,10 @@
|
|||||||
"azdata": "*"
|
"azdata": "*"
|
||||||
},
|
},
|
||||||
"activationEvents": [
|
"activationEvents": [
|
||||||
"*"
|
"onCommand:bigDataClusters.command.mount",
|
||||||
|
"onCommand:bigDataClusters.command.refreshmount",
|
||||||
|
"onCommand:bigDataClusters.command.deletemount",
|
||||||
|
"onView:sqlBigDataCluster"
|
||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Reference in New Issue
Block a user