Files
vscode/extensions/copilot/cgmanifest.json
T
11018d926f Fix PascalCase keys in copilot cgmanifest.json (#309655)
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>
2026-04-13 16:13:23 -07:00

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
}
]
}