-
Notifications
You must be signed in to change notification settings - Fork 10
/
extension_listing.json
48 lines (48 loc) · 1.82 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
37
38
39
40
41
42
43
44
45
46
47
48
{
"extensionId": "22",
"extensionName": "firstresponderkit",
"displayName": "First Responder Kit",
"shortDescription": "Access current versions of scripts from the First Responder Kit",
"publisher": {
"displayName":"Drew Skwiers-Koballa",
"publisherId": "drewsk",
"publisherName":"drewsk"
},
"versions": [
{
"version": "0.2.0",
"lastUpdated": "9/29/2018",
"assetUri": "",
"fallbackAssetUri": "fallbackAssetUri",
"files": [
{
"assetType": "Microsoft.SQLOps.DownloadPage",
"source": "https://github.com/dzsquared/sqlops-firstresponderkit/releases/tag/0.2.0"
},
{
"assetType": "Microsoft.VisualStudio.Services.Icons.Default",
"source": "https://raw.githubusercontent.com/dzsquared/sqlops-firstresponderkit/master/images/first-responder-kit-sqlops-extension.png"
},
{
"assetType": "Microsoft.VisualStudio.Services.Content.Details",
"source": "https://raw.githubusercontent.com/dzsquared/sqlops-firstresponderkit/master/README.md"
},
{
"assetType": "Microsoft.VisualStudio.Code.Manifest",
"source": "https://raw.githubusercontent.com/dzsquared/sqlops-firstresponderkit/master/package.json"
},
{
"assetType": "Microsoft.VisualStudio.Services.Content.License",
"source": "https://raw.githubusercontent.com/dzsquared/sqlops-firstresponderkit/master/LICENSE"
}
],
"properties": [
{ "key": "Microsoft.VisualStudio.Code.ExtensionDependencies", "value":""},
{ "key": "Microsoft.VisualStudio.Services.Links.Source", "value": "https://github.com/dzsquared/sqlops-firstresponderkit"},
{ "key": "Microsoft.VisualStudio.Code.Engine", "value":"*"}
]
}
],
"statistics": [],
"flags": "preview"
}