-
Notifications
You must be signed in to change notification settings - Fork 30
/
extentionGallery.json
57 lines (57 loc) · 1.76 KB
/
extentionGallery.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"extensionId": "62",
"extensionName": "schema-visualization",
"displayName": "Schema Visualization",
"shortDescription": "Visualization of databases",
"publisher": {
"displayName": "Jens Hunt",
"publisherId": "R0tenur",
"publisherName": "R0tenur"
},
"versions": [
{
"version": "0.2.0",
"lastUpdated": "2/2/2020",
"assetUri": "",
"fallbackAssetUri": "fallbackAssetUri",
"files": [
{
"assetType": "Microsoft.SQLOps.DownloadPage",
"source": "https://github.com/R0tenur/visualization/releases/tag/v0.2.0"
},
{
"assetType": "Microsoft.VisualStudio.Services.Icons.Default",
"source": "https://raw.githubusercontent.com/R0tenur/visualization/master/images/logo.png"
},
{
"assetType": "Microsoft.VisualStudio.Services.Content.Details",
"source": "https://raw.githubusercontent.com/R0tenur/visualization/master/README.md"
},
{
"assetType": "Microsoft.VisualStudio.Code.Manifest",
"source": "https://raw.githubusercontent.com/R0tenur/visualization/master/package.json"
},
{
"assetType": "Microsoft.VisualStudio.Services.Content.License",
"source": "https://raw.githubusercontent.com/R0tenur/visualization/master/LICENSE"
}
],
"properties": [
{
"key": "Microsoft.VisualStudio.Code.ExtensionDependencies",
"value": ""
},
{
"key": "Microsoft.VisualStudio.Services.Links.Source",
"value": "https://github.com/R0tenur/visualization"
},
{
"key": "Microsoft.VisualStudio.Code.Engine",
"value": "*"
}
]
}
],
"statistics": [],
"flags": ""
}