mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Feature/extension manager (#689)
* getting the extension gallery from a static file and enabling the extension manager
This commit is contained in:
13
extensionsGallery.json
Normal file
13
extensionsGallery.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"results": [{
|
||||
"extensions": [
|
||||
],
|
||||
"resultMetadata": [{
|
||||
"metadataType": "ResultCount",
|
||||
"metadataItems": [{
|
||||
"name": "TotalCount",
|
||||
"count": 0
|
||||
}]
|
||||
}]
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user