forked from Ash258/Shovel-Ash258
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdevcontainer-cli.json
37 lines (37 loc) · 1.38 KB
/
devcontainer-cli.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
{
"version": "0.1.921903713",
"description": "Unofficial Visual Studio Code devcontainers \"manager\"",
"homepage": "https://github.com/stuartleeks/devcontainer-cli",
"license": {
"identifier": "MIT",
"url": "https://github.com/stuartleeks/devcontainer-cli/blob/main/LICENSE"
},
"architecture": {
"64bit": {
"url": "https://github.com/stuartleeks/devcontainer-cli/releases/download/v0.1.921903713/devcontainer-cli_windows_amd64.zip",
"hash": "4d778b878e77330b44e0e158f4854d58fb8d84897543bf9acec32e9b13b36cc4"
},
"32bit": {
"url": "https://github.com/stuartleeks/devcontainer-cli/releases/download/v0.1.921903713/devcontainer-cli_windows_386.zip",
"hash": "f717b3543fad64068ab7628c1d907289f219b8c88166ff953ae1d3ba194cd71a"
}
},
"bin": [
"devcontainer.exe",
[
"devcontainer.exe",
"devcontainer-cli"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/stuartleeks/devcontainer-cli/releases/download/v$version/devcontainer-cli_windows_amd64.zip"
},
"32bit": {
"url": "https://github.com/stuartleeks/devcontainer-cli/releases/download/v$version/devcontainer-cli_windows_386.zip"
}
}
}
}