-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproduct.json
More file actions
62 lines (62 loc) · 2.14 KB
/
product.json
File metadata and controls
62 lines (62 loc) · 2.14 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
61
62
{
"nameShort": "CoderChat",
"nameLong": "CoderChat",
"voidVersion": "1.0.0",
"voidRelease": "0044",
"applicationName": "coderchat",
"dataFolderName": ".coderchat-editor",
"win32MutexName": "coderchateditor",
"licenseName": "MIT",
"licenseUrl": "https://github.com/voideditor/void/blob/main/LICENSE.txt",
"serverLicenseUrl": "https://github.com/voideditor/void/blob/main/LICENSE.txt",
"serverGreeting": [],
"serverLicense": [],
"serverLicensePrompt": "",
"serverApplicationName": "coderchat-server",
"serverDataFolderName": ".coderchat-server",
"tunnelApplicationName": "coderchat-tunnel",
"win32DirName": "CoderChat",
"win32NameVersion": "CoderChat",
"win32RegValueName": "CoderChatEditor",
"win32x64AppId": "{{92B07A40-1B9D-4566-90FB-2C302E538FA6}}",
"win32arm64AppId": "{{040F1908-20E3-459F-B839-1C73DEFD3B7E}}",
"win32x64UserAppId": "{{99950B16-AD62-47E8-9FBC-6A8663E03609}}",
"win32arm64AppId": "{{39236B3F-2827-4FE7-B0EF-B30392019B54}}",
"win32AppUserModelId": "CoderChat.Editor",
"win32ShellNameShort": "CoderChat",
"win32TunnelServiceMutex": "coderchat-tunnelservice",
"win32TunnelMutex": "coderchat-tunnel",
"darwinBundleIdentifier": "com.coderchat.code",
"linuxIconName": "coderchat-editor",
"licenseFileName": "LICENSE.txt",
"reportIssueUrl": "https://github.com/voideditor/void/issues/new",
"nodejsRepository": "https://nodejs.org",
"urlProtocol": "coderchat",
"extensionsGallery": {
"serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
"itemUrl": "https://marketplace.visualstudio.com/items"
},
"builtInExtensions": [
{
"name": "MS-CEINTL.vscode-language-pack-zh-hans",
"version": "1.99.2025041609",
"repo": "https://github.com/microsoft/vscode-loc",
"metadata": {
"id": "e4ee7751-6514-4731-9cdb-7580ffa9e70b",
"publisherId": {
"publisherId": "0b0882c3-aee3-4d7c-b5f9-872f9be0a115",
"publisherName": "MS-CEINTL",
"displayName": "Microsoft",
"flags": "verified"
},
"publisherDisplayName": "Microsoft"
}
}
],
"linkProtectionTrustedDomains": [
"https://voideditor.com",
"https://voideditor.dev",
"https://github.com/voideditor/void",
"https://ollama.com"
]
}