Activating MLS extension on specific events (#8862)

This commit is contained in:
Leila Lali
2020-01-10 19:00:35 -08:00
committed by GitHub
parent 2f6c944317
commit 455de9add6

View File

@@ -10,7 +10,8 @@
"azdata": ">=1.13.0" "azdata": ">=1.13.0"
}, },
"activationEvents": [ "activationEvents": [
"*" "onCommand:mls.command.managePackages",
"onDashboardOpen"
], ],
"license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/master/LICENSE.txt", "license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/master/LICENSE.txt",
"icon": "images/ML_ExtensionIcon.png", "icon": "images/ML_ExtensionIcon.png",