Skip to content

Commit 085f465

Browse files
committed
add some commit hashes and versions to cgmanifest.json
1 parent b134a61 commit 085f465

6 files changed

Lines changed: 96 additions & 29 deletions

File tree

.vscode/cgmanifest.schema.json

Lines changed: 79 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,31 +10,98 @@
1010
"oneOf": [
1111
{
1212
"type": "object",
13-
"required": [ "type", "git" ],
13+
"required": [
14+
"type",
15+
"git"
16+
],
1417
"properties": {
15-
"type": { "type": "string", "enum": [ "git" ] },
18+
"type": {
19+
"type": "string",
20+
"enum": [
21+
"git"
22+
]
23+
},
1624
"git": {
1725
"type": "object",
18-
"required": [ "name", "repositoryUrl", "commitHash" ],
26+
"required": [
27+
"name",
28+
"repositoryUrl",
29+
"commitHash"
30+
],
1931
"properties": {
20-
"name": { "type": "string" },
21-
"repositoryUrl": { "type": "string" },
22-
"commitHash": { "type": "string" }
32+
"name": {
33+
"type": "string"
34+
},
35+
"repositoryUrl": {
36+
"type": "string"
37+
},
38+
"commitHash": {
39+
"type": "string"
40+
}
2341
}
2442
}
2543
}
2644
},
2745
{
2846
"type": "object",
29-
"required": [ "type", "npm" ],
47+
"required": [
48+
"type",
49+
"npm"
50+
],
3051
"properties": {
31-
"type": { "type": "string", "enum": [ "npm" ] },
52+
"type": {
53+
"type": "string",
54+
"enum": [
55+
"npm"
56+
]
57+
},
3258
"npm": {
3359
"type": "object",
34-
"required": [ "name", "version" ],
60+
"required": [
61+
"name",
62+
"version"
63+
],
3564
"properties": {
36-
"name": { "type": "string" },
37-
"version": { "type": "string" }
65+
"name": {
66+
"type": "string"
67+
},
68+
"version": {
69+
"type": "string"
70+
}
71+
}
72+
}
73+
}
74+
},
75+
{
76+
"type": "object",
77+
"required": [
78+
"type",
79+
"other"
80+
],
81+
"properties": {
82+
"type": {
83+
"type": "string",
84+
"enum": [
85+
"other"
86+
]
87+
},
88+
"other": {
89+
"type": "object",
90+
"required": [
91+
"name",
92+
"downloadUrl",
93+
"version"
94+
],
95+
"properties": {
96+
"name": {
97+
"type": "string"
98+
},
99+
"downloadUrl": {
100+
"type": "string"
101+
},
102+
"version": {
103+
"type": "string"
104+
}
38105
}
39106
}
40107
}
@@ -72,4 +139,4 @@
72139
}
73140
}
74141
}
75-
}
142+
}

build/lib/typings/cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"git": {
77
"name": "definitelytyped",
88
"repositoryUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
9-
"commitHash": ""
9+
"commitHash": "69e3ac6bec3008271f76bbfa7cf69aa9198c4ff0"
1010
}
1111
},
1212
"license": "MIT"
1313
}
1414
],
1515
"version": 1
16-
}
16+
}

extensions/html-language-features/server/lib/cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"git": {
77
"name": "definitelytyped",
88
"repositoryUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
9-
"commitHash": ""
9+
"commitHash": "69e3ac6bec3008271f76bbfa7cf69aa9198c4ff0"
1010
}
1111
},
1212
"license": "MIT"
1313
}
1414
],
1515
"version": 1
16-
}
16+
}

extensions/typescript-language-features/cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"git": {
1919
"name": "definitelytyped",
2020
"repositoryUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
21-
"commitHash": ""
21+
"commitHash": "69e3ac6bec3008271f76bbfa7cf69aa9198c4ff0"
2222
}
2323
},
2424
"license": "MIT"
@@ -131,4 +131,4 @@
131131
}
132132
],
133133
"version": 1
134-
}
134+
}

src/typings/cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"git": {
77
"name": "definitelytyped",
88
"repositoryUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
9-
"commitHash": ""
9+
"commitHash": "69e3ac6bec3008271f76bbfa7cf69aa9198c4ff0"
1010
}
1111
},
1212
"license": "MIT"
1313
}
1414
],
1515
"version": 1
16-
}
16+
}

src/vs/base/browser/ui/octiconLabel/octicons/cgmanifest.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"registrations": [
33
{
44
"component": {
5-
"type": "git",
6-
"git": {
5+
"type": "other",
6+
"other": {
77
"name": "octicons-code",
8-
"repositoryUrl": "https://octicons.github.com",
9-
"commitHash": ""
8+
"version": "3.1.0",
9+
"downloadUrl": "https://registry.npmjs.org/octicons/-/octicons-3.1.0.tgz"
1010
}
1111
},
1212
"licenseDetail": [
@@ -37,11 +37,11 @@
3737
},
3838
{
3939
"component": {
40-
"type": "git",
41-
"git": {
40+
"type": "other",
41+
"other": {
4242
"name": "octicons-font",
43-
"repositoryUrl": "https://octicons.github.com",
44-
"commitHash": ""
43+
"version": "3.1.0",
44+
"downloadUrl": "https://registry.npmjs.org/octicons/-/octicons-3.1.0.tgz"
4545
}
4646
},
4747
"licenseDetail": [
@@ -137,4 +137,4 @@
137137
}
138138
],
139139
"version": 1
140-
}
140+
}

0 commit comments

Comments
 (0)