Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/copilot/cgmanifest.json
13379 views
1
{
2
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
3
"registrations": [
4
{
5
"component": {
6
"type": "git",
7
"git": {
8
"name": "codex",
9
"repositoryUrl": "https://github.com/openai/codex",
10
"commitHash": "acc4acc81eea0339ad46d1c6f8459f58eaee6211"
11
}
12
},
13
"developmentDependency": false
14
}
15
]
16
}
17
18