forked from fusion809/vscode-installer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
product.json
31 lines (30 loc) · 1.37 KB
/
product.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
{
"nameShort": "Code - OSS",
"nameLong": "Visual Studio Code - OSS",
"applicationName": "code-oss",
"dataFolderName": ".vscode-oss",
"win32MutexName": "vscodeoss",
"licenseUrl": "https://github.com/Microsoft/vscode/blob/master/LICENSE.txt",
"win32DirName": "Microsoft Code OSS",
"win32NameVersion": "Microsoft Code OSS",
"win32RegValueName": "CodeOSS",
"win32AppId": "{{E34003BB-9E10-4501-8C11-BE3FAA83F23F}",
"win32AppUserModelId": "Microsoft.CodeOSS",
"darwinBundleIdentifier": "com.visualstudio.code.oss",
"reportIssueUrl": "https://github.com/Microsoft/vscode/issues/new",
"urlProtocol": "code-oss",
"welcomePage": "http://go.microsoft.com/fwlink/?LinkId=723048",
"quality": "stable",
"extensionsGallery": {
"serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
"cacheUrl": "https://vscode.blob.core.windows.net/gallery/index",
"itemUrl": "https://marketplace.visualstudio.com/items"
},
"documentationUrl": "http://go.microsoft.com/fwlink/?LinkID=533484#vscode",
"releaseNotesUrl": "http://go.microsoft.com/fwlink/?LinkID=533483#vscode",
"twitterUrl": "http://go.microsoft.com/fwlink/?LinkID=533687",
"requestFeatureUrl": "http://go.microsoft.com/fwlink/?LinkID=533482",
"privacyStatementUrl": "http://go.microsoft.com/fwlink/?LinkID=528096&clcid=0x409",
"commit": "07d663dc1bd848161edf4cd4ce30cce410d3d877",
"date": "2016-09-10T18:38:05Z"
}