-
Notifications
You must be signed in to change notification settings - Fork 33
/
product.json
34 lines (34 loc) · 1.25 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
31
32
33
34
{
"nameShort": "KendryteIDE",
"nameLong": "Kendryte IDE",
"applicationName": "kendryte-ide",
"dataFolderName": ".kendryte",
"win32MutexName": "kendryte_ide",
"licenseName": "MIT",
"licenseUrl": "",
"win32DirName": "CanaanCreative Kendryte IDE",
"win32NameVersion": "CanaanCreative Kendryte IDE",
"win32RegValueName": "Kendryte",
"win32AppId": "{{850ef077-37e1-4ce6-a5d7-ad9786f6b237}",
"win32x64AppId": "{{7d2f9ed2-806e-4a91-a066-b151e9add400}",
"win32UserAppId": "{{85c4c347-001c-43bc-861d-1508f5eec86b}",
"win32x64UserAppId": "{{a9295c7a-66b7-4fa7-94bd-52a27f6b511d}",
"win32AppUserModelId": "CanaanCreative.KendryteIDE",
"win32ShellNameShort": "K&endryte IDE",
"darwinBundleIdentifier": "io.canaan.kendryte.ide",
"linuxIconName": "com.visualstudio.code.oss",
"licenseFileName": "LICENSE.txt",
"urlProtocol": "kendryte",
"commit": "0.1.0",
"quality": "beta",
"reportIssueUrl": "https://github.com/kendryte/kendryte-ide/issues/new",
"extensionsGallery": {
"serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
"cacheUrl": "https://vscode.blob.core.windows.net/gallery/index",
"itemUrl": "https://marketplace.visualstudio.com/items"
},
"extensionAllowedProposedApi": [
"ms-vscode.references-view"
],
"portable": "data"
}