-
Notifications
You must be signed in to change notification settings - Fork 0
/
vscode-insiders.json
50 lines (50 loc) · 1.97 KB
/
vscode-insiders.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
46
47
48
49
50
{
"homepage": "https://code.visualstudio.com/insiders",
"version": "1.24.0-insider",
"license": "https://code.visualstudio.com/License/",
"notes": "Want to add vscode as a context menu option in explorer? See this guide: http://thisdavej.com/right-click-on-windows-folder-and-open-with-visual-studio-code/",
"bin": [
[
"bin\\code-insiders.cmd",
"code-insiders"
]
],
"shortcuts": [
[
"Code - Insiders.exe",
"Visual Studio Code - Insiders"
]
],
"checkver": {
"url": "https://code.visualstudio.com/sha?build=insider",
"jp": "$.products[?(@.platform.os == 'win32-x64-archive')].name"
},
"architecture": {
"64bit": {
"url": "https://vscode-update.azurewebsites.net/1.24.0-insider/win32-x64-archive/insider#/dl.7z",
"hash": "2f753b5991b30b22b5b3b0bd617dca56ee6f3b4661e687773e39d50b61f6b03e"
},
"32bit": {
"url": "https://vscode-update.azurewebsites.net/1.24.0-insider/win32-archive/insider#/dl.7z",
"hash": "232617fc5c4fc0eca2452d339110d9b7e2189b8cbca44e79309fa6cd0bcad059"
}
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://vscode-update.azurewebsites.net/$version/win32-x64-archive/insider#/dl.7z",
"hash": {
"url": "https://code.visualstudio.com/sha?build=stable",
"jp": "$.products[?(@.platform.os == 'win32-x64-archive')].sha256hash"
}
},
"32bit": {
"url": "https://vscode-update.azurewebsites.net/$version/win32-archive/insider#/dl.7z",
"hash": {
"url": "https://code.visualstudio.com/sha?build=stable",
"jp": "$.products[?(@.platform.os == 'win32-archive')].sha256hash"
}
}
}
}
}