forked from Ash258/Shovel-Ash258
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vscode-exploration.json
30 lines (30 loc) · 979 Bytes
/
vscode-exploration.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
{
"version": "nightly",
"description": "Microsoft Visual Studio Code - Exploration build. New type of tool that combines the simplicity of a code editor with what developers need for their core edit-build-debug cycle.",
"homepage": "https://code.visualstudio.com/insiders/",
"license": {
"identifier": "Freeware",
"url": "https://code.visualstudio.com/license/insiders"
},
"architecture": {
"64bit": {
"url": "https://vscode-update.azurewebsites.net/latest/win32-x64-archive/exploration#/cosi.zip"
},
"32bit": {
"url": "https://vscode-update.azurewebsites.net/latest/win32-archive/exploration#/cosi.zip"
}
},
"bin": [
"bin\\code-exploration.cmd",
[
"bin\\code-exploration.cmd",
"codee"
]
],
"shortcuts": [
[
"Code - Exploration.exe",
"Visual Studio Code - Exploration"
]
]
}