Skip to content

Commit 49fcfad

Browse files
authored
Add cgmanifest for debugger components (#8637)
This PR adds in a cgmanifest.json file to comply with Component Governance Compliance. This adds two registrations to llvm-project and lldb-mi as components as they are packaged and published with the macOS version of the VS Code C/C++ Extension.
1 parent 62f052a commit 49fcfad

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

Extension/cgmanifest.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
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+
}
12+
},
13+
{
14+
"Component": {
15+
"Type": "git",
16+
"Git": {
17+
"RepositoryUrl": "https://github.com/lldb-tools/lldb-mi",
18+
"CommitHash": "2388bd74133bc21eac59b2e2bf97f2a30770a315"
19+
}
20+
}
21+
}
22+
],
23+
"Version": 1
24+
}

0 commit comments

Comments
 (0)