forked from JocaPC/AzureDataStudio-QPI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextension_listing.json
36 lines (36 loc) · 1.16 KB
/
extension_listing.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"extensionId": "22",
"extensionName": "qpi",
"displayName": "Query Performance Insight",
"shortDescription": "ADS UI for the latest version of QPI library",
"publisher": {
"displayName":"Jovan Popovic",
"publisherId": "jocapc",
"publisherName":"jocapc"
},
"versions": [
{
"version": "0.1.0",
"lastUpdated": "11/18/2019",
"assetUri": "",
"fallbackAssetUri": "fallbackAssetUri",
"files": [
{
"assetType": "Microsoft.VisualStudio.Services.Content.Details",
"source": "https://raw.githubusercontent.com/jocapc/AzureDataStudio-QPI/master/README.md"
},
{
"assetType": "Microsoft.VisualStudio.Services.Content.License",
"source": "https://raw.githubusercontent.com/jocapc/AzureDataStudio-QPI/master/LICENSE"
}
],
"properties": [
{ "key": "Microsoft.VisualStudio.Code.ExtensionDependencies", "value":""},
{ "key": "Microsoft.VisualStudio.Services.Links.Source", "value": "https://github.com/jocapc/AzureDataStudio-QPI"},
{ "key": "Microsoft.VisualStudio.Code.Engine", "value":"*"}
]
}
],
"statistics": [],
"flags": "preview"
}