kylin-code/product.json

91 lines
3.2 KiB
JSON
Raw Normal View History

2022-06-14 14:37:10 +08:00
{
2023-05-30 16:24:14 +08:00
"nameShort": "Kylin-Code",
"nameLong": "Kylin-Code",
"applicationName": "kylin-code",
"dataFolderName": ".kylin-code",
"win32MutexName": "kylincode",
2022-06-14 14:37:10 +08:00
"licenseName": "MIT",
2022-07-28 17:09:22 +08:00
"licenseUrl": "https://gitee.com/openkylin/kylin-code/blob/master/LICENSE.txt",
2022-06-14 14:37:10 +08:00
"serverGreeting": [],
"serverLicense": [],
"serverLicensePrompt": "",
2023-06-07 11:27:40 +08:00
"serverApplicationName": "kylin-code-server",
"serverDataFolderName": ".kylin-code-server",
2023-05-30 16:24:14 +08:00
"win32DirName": "KylinIdeTeam Kylin Code",
"win32NameVersion": "KylinIdeTeam Kylin Code",
"win32RegValueName": "KylinCode",
2022-06-14 14:37:10 +08:00
"win32AppId": "{{E34003BB-9E10-4501-8C11-BE3FAA83F23F}",
"win32x64AppId": "{{D77B7E06-80BA-4137-BCF4-654B95CCEBC5}",
"win32arm64AppId": "{{D1ACE434-89C5-48D1-88D3-E2991DF85475}",
"win32UserAppId": "{{C6065F05-9603-4FC4-8101-B9781A25D88E}",
"win32x64UserAppId": "{{CC6B787D-37A0-49E8-AE24-8559A032BE0C}",
"win32arm64UserAppId": "{{3AEBF0C8-F733-4AD4-BADE-FDB816D53D7B}",
2023-05-30 16:24:14 +08:00
"win32AppUserModelId": "KylinIdeTeam.KylinCode",
"win32ShellNameShort": "K&ylin-Code",
"darwinBundleIdentifier": "kylinIdeTeam.kylin.code",
"linuxIconName": "kylinIdeTeam.kylin.code",
2022-06-14 14:37:10 +08:00
"licenseFileName": "LICENSE.txt",
2023-05-30 16:24:14 +08:00
"urlProtocol": "kylin-code",
2022-06-14 14:37:10 +08:00
"webviewContentExternalBaseUrlTemplate": "https://{{uuid}}.vscode-cdn.net/insider/3c8520fab514b9f56070214496b26ff68d1b1cb5/out/vs/workbench/contrib/webview/browser/pre/",
"extensionEnabledApiProposals": {
"KylinIDETeam.js-debug": ["portsAttributes", "findTextInFiles", "workspaceTrust", "resolvers"],
"KylinIDETeam.python": ["quickPickSortByLabel", "testObserver", "notebookEditor"],
"ms-vscode.js-debug-nightly": ["portsAttributes", "findTextInFiles", "workspaceTrust", "resolvers"]
},
2022-06-14 14:37:10 +08:00
"builtInExtensions": [
{
"name": "ms-vscode.js-debug-companion",
"version": "1.0.18",
"repo": "https://github.com/microsoft/vscode-js-debug-companion",
"metadata": {
"id": "99cb0b7f-7354-4278-b8da-6cc79972169d",
"publisherId": {
"publisherId": "5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee",
"publisherName": "ms-vscode",
"displayName": "Microsoft",
"flags": "verified"
},
"publisherDisplayName": "Microsoft"
}
},
{
"name": "KylinIDETeam.js-debug",
"version": "0.1.0",
2022-06-14 14:37:10 +08:00
"repo": "https://github.com/microsoft/vscode-js-debug",
"metadata": {
"id": "022ef8fd-86a3-4ef0-afb3-713499c973a2",
2022-06-14 14:37:10 +08:00
"publisherId": {
"publisherId": "8dc4ce0a-1da5-451d-a492-9980286e603e",
"publisherName": "KylinIDETeam",
"displayName": "KylinIDETeam",
2022-06-14 14:37:10 +08:00
"flags": "verified"
},
"publisherDisplayName": "KylinIDETeam"
2022-06-14 14:37:10 +08:00
}
},
{
"name": "ms-vscode.vscode-js-profile-table",
"version": "1.0.2",
"repo": "https://github.com/microsoft/vscode-js-profile-visualizer",
"metadata": {
"id": "7e52b41b-71ad-457b-ab7e-0620f1fc4feb",
"publisherId": {
"publisherId": "5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee",
"publisherName": "ms-vscode",
"displayName": "Microsoft",
"flags": "verified"
},
"publisherDisplayName": "Microsoft"
}
}
],
"quality": "stable",
"extensionsGallery": {
"serviceUrl": "https://open-vsx.org/vscode/gallery",
"itemUrl": "https://open-vsx.org/vscode/item"
},
"linkProtectionTrustedDomains": [
"https://open-vsx.org"
2022-06-14 14:37:10 +08:00
]
}