add more activation events (#8665)

This commit is contained in:
Anthony Dresser
2019-12-18 23:39:17 -08:00
committed by GitHub
parent 099916bf19
commit 82a08d108b
4 changed files with 5 additions and 4 deletions

View File

@@ -13,7 +13,7 @@
"icon": "images/sqlserver.png", "icon": "images/sqlserver.png",
"aiKey": "AIF-37eefaf0-8022-4671-a3fb-64752724682e", "aiKey": "AIF-37eefaf0-8022-4671-a3fb-64752724682e",
"activationEvents": [ "activationEvents": [
"*" "onCommand:dacFx.start"
], ],
"main": "./out/main", "main": "./out/main",
"repository": { "repository": {

View File

@@ -13,7 +13,7 @@
"icon": "images/sqlserver.png", "icon": "images/sqlserver.png",
"aiKey": "AIF-37eefaf0-8022-4671-a3fb-64752724682e", "aiKey": "AIF-37eefaf0-8022-4671-a3fb-64752724682e",
"activationEvents": [ "activationEvents": [
"*" "onCommand:flatFileImport.start"
], ],
"main": "./out/main", "main": "./out/main",
"repository": { "repository": {

View File

@@ -13,7 +13,8 @@
"azdata": ">=1.6.0" "azdata": ">=1.6.0"
}, },
"activationEvents": [ "activationEvents": [
"*" "onCommand:azdata.resource.deploy",
"onCommand:azdata.openNotebookInputDialog"
], ],
"main": "./out/main", "main": "./out/main",
"repository": { "repository": {

View File

@@ -13,7 +13,7 @@
"icon": "images/sqlserver.png", "icon": "images/sqlserver.png",
"aiKey": "AIF-37eefaf0-8022-4671-a3fb-64752724682e", "aiKey": "AIF-37eefaf0-8022-4671-a3fb-64752724682e",
"activationEvents": [ "activationEvents": [
"*" "onCommand:schemaCompare.start"
], ],
"main": "./out/main", "main": "./out/main",
"repository": { "repository": {