forked from voideditor/void
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathproduct.json
More file actions
60 lines (60 loc) · 1.95 KB
/
product.json
File metadata and controls
60 lines (60 loc) · 1.95 KB
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
51
52
53
54
55
56
57
58
59
60
{
"nameShort": "CortexIDE",
"nameLong": "CortexIDE",
"cortexVersion": "0.0.10",
"cortexRelease": "0001",
"applicationName": "cortexide",
"dataFolderName": ".cortexide",
"win32MutexName": "cortexide",
"licenseName": "MIT",
"licenseUrl": "https://github.com/cortexide/cortexide/blob/main/LICENSE.txt",
"serverLicenseUrl": "https://github.com/cortexide/cortexide/blob/main/LICENSE.txt",
"serverGreeting": [],
"serverLicense": [],
"serverLicensePrompt": "",
"serverApplicationName": "cortexide-server",
"serverDataFolderName": ".cortexide-server",
"tunnelApplicationName": "cortexide-tunnel",
"win32DirName": "CortexIDE",
"win32NameVersion": "CortexIDE",
"win32RegValueName": "CortexIDE",
"win32x64AppId": "{{9D394D01-1728-45A7-B997-A6C82C5452C3}",
"win32arm64AppId": "{{0668DD58-2BDE-4101-8CDA-40252DF8875D}",
"win32x64UserAppId": "{{8BED5DC1-6C55-46E6-9FE6-18F7E6F7C7F1}",
"win32arm64UserAppId": "{{F6C87466-BC82-4A8F-B0FF-18CA366BA4D8}",
"win32AppUserModelId": "CortexIDE.Editor",
"win32ShellNameShort": "CortexIDE",
"win32TunnelServiceMutex": "cortexide-tunnelservice",
"win32TunnelMutex": "cortexide-tunnel",
"win32ContextMenu": {
"x64": {
"clsid": "{6B6B4E5C-7B3A-4C5D-8E9F-1A2B3C4D5E6F}"
},
"arm64": {
"clsid": "{7C7C5F6D-8C4B-5D6E-9F0A-2B3C4D5E6F7A}"
}
},
"darwinBundleIdentifier": "com.cortexide.code",
"linuxIconName": "cortexide",
"licenseFileName": "LICENSE.txt",
"reportIssueUrl": "https://github.com/cortexide/cortexide/issues/new",
"nodejsRepository": "https://nodejs.org",
"urlProtocol": "cortexide",
"extensionsGallery": {
"serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
"itemUrl": "https://marketplace.visualstudio.com/items"
},
"builtInExtensions": [],
"linkProtectionTrustedDomains": [
"https://opencortexide.com",
"https://github.com/cortexide/cortexide",
"https://ollama.com"
]
,
"extensionEnabledApiProposals": {
"open-remote-ssh": [
"resolvers",
"contribViewsRemote"
]
}
}