Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit49fcfad

Browse files
authored
Add cgmanifest for debugger components (microsoft#8637)
This PR adds in a cgmanifest.json file to comply with ComponentGovernance Compliance.This adds two registrations to llvm-project and lldb-mi as components asthey are packaged and published with the macOS version of the VS CodeC/C++ Extension.
1 parent62f052a commit49fcfad

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

‎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)

[8]ページ先頭

©2009-2025 Movatter.jp