mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Move service installs to their extensions (#9778)
* move service installs to their extensions * more clean up * fix clearline * remove some stuff
This commit is contained in:
@@ -12,6 +12,9 @@
|
||||
"vscode": "^1.30.1",
|
||||
"azdata": ">=1.8.0"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "node ./build/postinstall.js"
|
||||
},
|
||||
"activationEvents": [
|
||||
"onCommand:adminToolExtWin.launchSsmsMinPropertiesDialog",
|
||||
"onCommand:adminToolExtWin.launchSsmsMinGswDialog"
|
||||
@@ -72,6 +75,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"ads-extension-telemetry": "github:Charles-Gagnon/ads-extension-telemetry#0.1.0",
|
||||
"service-downloader": "0.2.1",
|
||||
"vscode-nls": "^3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user