mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-17 03:48:21 +01:00
The official component-detection-manifest schema uses camelCase keys. This file used PascalCase (e.g. "Registrations", "Component"), which caused the OSS license tool to crash silently. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
17 lines
350 B
JSON
17 lines
350 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
|
|
"registrations": [
|
|
{
|
|
"component": {
|
|
"type": "git",
|
|
"git": {
|
|
"name": "codex",
|
|
"repositoryUrl": "https://github.com/openai/codex",
|
|
"commitHash": "acc4acc81eea0339ad46d1c6f8459f58eaee6211"
|
|
}
|
|
},
|
|
"developmentDependency": false
|
|
}
|
|
]
|
|
}
|