-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathextension-definition.json
51 lines (51 loc) · 1.89 KB
/
extension-definition.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
{
"extensionId": "<next available extension number, e.g. 15>",
"extensionName": "mssql-db-insights",
"displayName": "MSSQL Db Insights",
"shortDescription": "Sql Server Database insights",
"publisher": {
"displayName":"matticusau",
"publisherId": "matticusau",
"publisherName":"matticusau"
},
"versions": [
{
"version": "0.2.1",
"lastUpdated": "04/21/2018",
"assetUri": "",
"fallbackAssetUri": "fallbackAssetUri",
"files": [
{
"assetType": "Microsoft.SQLOps.DownloadPage",
"source": "https://github.com/Matticusau/sqlops-mssql-db-insights/releases/tag/0.2.1"
},
{
"assetType": "Microsoft.VisualStudio.Services.Links.Source",
"source": "https://github.com/Matticusau/sqlops-mssql-db-insights"
},
{
"assetType": "Microsoft.VisualStudio.Services.Icons.Default",
"source": "https://raw.githubusercontent.com/Matticusau/sqlops-mssql-db-insights/master/src/images/icon.png"
},
{
"assetType": "Microsoft.VisualStudio.Services.Content.Details",
"source": "https://raw.githubusercontent.com/Matticusau/sqlops-mssql-db-insights/master/src/README.md"
},
{
"assetType": "Microsoft.VisualStudio.Code.Manifest",
"source": "https://raw.githubusercontent.com/Matticusau/sqlops-mssql-db-insights/master/src/package.json"
},
{
"assetType": "Microsoft.VisualStudio.Services.Content.License",
"source": "https://raw.githubusercontent.com/Matticusau/sqlops-mssql-db-insights/master/LICENSE"
}
],
"properties": [
{ "key": "Microsoft.VisualStudio.Code.ExtensionDependencies", "value":""},
{ "key": "Microsoft.VisualStudio.Code.Engine", "value":"*"}
]
}
],
"statistics": [],
"flags": "preview"
}