Skip to content

Commit b56711f

Browse files
Add $schema to cgmanifest.json (#9832)
Co-authored-by: Sean McManus <[email protected]>
1 parent 379d1c8 commit b56711f

File tree

1 file changed

+22
-21
lines changed

1 file changed

+22
-21
lines changed

Extension/cgmanifest.json

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
11
{
2-
"Registrations": [
3-
{
4-
"Component": {
5-
"Type": "git",
6-
"Git": {
7-
"RepositoryUrl": "https://github.com/llvm/llvm-project",
8-
"CommitHash": "0d44201451f03ba907cdb268ddddfc3fa38a0ebd"
9-
},
10-
"DevelopmentDependency": true
11-
}
2+
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
3+
"Registrations": [
4+
{
5+
"Component": {
6+
"Type": "git",
7+
"Git": {
8+
"RepositoryUrl": "https://github.com/llvm/llvm-project",
9+
"CommitHash": "0d44201451f03ba907cdb268ddddfc3fa38a0ebd"
1210
},
13-
{
14-
"Component": {
15-
"Type": "git",
16-
"Git": {
17-
"RepositoryUrl": "https://github.com/lldb-tools/lldb-mi",
18-
"CommitHash": "2388bd74133bc21eac59b2e2bf97f2a30770a315"
19-
}
20-
}
11+
"DevelopmentDependency": true
12+
}
13+
},
14+
{
15+
"Component": {
16+
"Type": "git",
17+
"Git": {
18+
"RepositoryUrl": "https://github.com/lldb-tools/lldb-mi",
19+
"CommitHash": "2388bd74133bc21eac59b2e2bf97f2a30770a315"
2120
}
22-
],
23-
"Version": 1
24-
}
21+
}
22+
}
23+
],
24+
"Version": 1
25+
}

0 commit comments

Comments
 (0)