mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
Feature/extension manager (#689)
* getting the extension gallery from a static file and enabling the extension manager
This commit is contained in:
@@ -28,5 +28,11 @@
|
||||
"releaseNotesUrl": "https://go.microsoft.com/fwlink/?linkid=862039",
|
||||
"documentationUrl": "https://go.microsoft.com/fwlink/?linkid=862277",
|
||||
"commit": "9ca6200018fc206d67a47229f991901a8a453781",
|
||||
"date": "2017-12-15T12:00:00.000Z"
|
||||
"date": "2017-12-15T12:00:00.000Z",
|
||||
"extensionsGallery": {
|
||||
"serviceUrl":"https://raw.githubusercontent.com/Microsoft/sqlopsstudio/release/extensions/extensionsGallery.json"
|
||||
},
|
||||
"extensionTips": {
|
||||
"TestExtension": "{**/*.*}"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user