forked from microsoft/vscode-dev-containers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cgmanifest.json
45 lines (45 loc) · 1.38 KB
/
cgmanifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"Registrations": [
{
"Component": {
"Type": "git",
"Git": {
"Name": "Cascadia Code",
"repositoryUrl": "https://github.com/microsoft/cascadia-code",
"commitHash": "678eea921b0c8b921b9fb009bb16d3d2ca5b8112"
}
}
},
{
"Component": {
"Type": "git",
"Git": {
"Name": "noVNC",
"repositoryUrl": "https://github.com/novnc/noVNC",
"commitHash": "9142f8f0f7b4a53447f5cfec3a797cbf0d6204a9"
}
}
},
{
"Component": {
"Type": "git",
"Git": {
"Name": "websockify",
"repositoryUrl": "https://github.com/novnc/websockify",
"commitHash": "654cbac77ea07819ed3bcf1ce6410be0211c0f1a"
}
}
},
{
"Component": {
"Type": "other",
"Other": {
"Name": "Docker Image: mcr.microsoft.com/vscode/devcontainers/typescript-node",
"Version": "16-buster",
"DownloadUrl": "https://github.com/microsoft/vscode-dev-containers"
}
}
}
],
"Version": 1
}