2015-11-13 13:39:38 +00:00
|
|
|
{
|
2016-01-27 15:18:01 +00:00
|
|
|
"nameShort": "Code - OSS",
|
|
|
|
"nameLong": "Code - OSS",
|
2016-02-12 14:18:13 +00:00
|
|
|
"applicationName": "code-oss",
|
2016-01-27 15:18:01 +00:00
|
|
|
"dataFolderName": ".vscode-oss",
|
2015-12-10 09:02:52 +00:00
|
|
|
"win32MutexName": "vscodeoss",
|
2016-12-14 05:10:29 +00:00
|
|
|
"licenseName": "MIT",
|
2021-02-14 19:10:24 +00:00
|
|
|
"licenseUrl": "https://github.com/microsoft/vscode/blob/main/LICENSE.txt",
|
2021-10-21 07:45:49 +00:00
|
|
|
"serverGreeting": [],
|
2021-11-23 21:30:49 +00:00
|
|
|
"serverLicense": [],
|
|
|
|
"serverLicensePrompt": "",
|
2022-01-11 15:34:28 +00:00
|
|
|
"serverApplicationName": "code-server-oss",
|
2022-01-21 11:11:47 +00:00
|
|
|
"serverDataFolderName": ".vscode-server-oss",
|
2022-10-13 13:02:42 +00:00
|
|
|
"tunnelApplicationName": "code-tunnel-oss",
|
2022-11-07 18:50:10 +00:00
|
|
|
"tunnelApplicationConfig": {
|
|
|
|
"authenticationProviders": {
|
|
|
|
"github": {
|
|
|
|
"scopes": [
|
|
|
|
"user:email",
|
|
|
|
"read:org"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2016-07-21 08:55:07 +00:00
|
|
|
"win32DirName": "Microsoft Code OSS",
|
|
|
|
"win32NameVersion": "Microsoft Code OSS",
|
|
|
|
"win32RegValueName": "CodeOSS",
|
|
|
|
"win32AppId": "{{E34003BB-9E10-4501-8C11-BE3FAA83F23F}",
|
2018-01-14 20:57:34 +00:00
|
|
|
"win32x64AppId": "{{D77B7E06-80BA-4137-BCF4-654B95CCEBC5}",
|
2020-05-26 14:18:03 +00:00
|
|
|
"win32arm64AppId": "{{D1ACE434-89C5-48D1-88D3-E2991DF85475}",
|
2018-06-20 14:22:42 +00:00
|
|
|
"win32UserAppId": "{{C6065F05-9603-4FC4-8101-B9781A25D88E}",
|
2020-07-07 14:08:39 +00:00
|
|
|
"win32x64UserAppId": "{{CC6B787D-37A0-49E8-AE24-8559A032BE0C}",
|
2020-05-26 14:18:03 +00:00
|
|
|
"win32arm64UserAppId": "{{3AEBF0C8-F733-4AD4-BADE-FDB816D53D7B}",
|
2016-07-21 08:55:07 +00:00
|
|
|
"win32AppUserModelId": "Microsoft.CodeOSS",
|
2016-12-21 23:46:41 +00:00
|
|
|
"win32ShellNameShort": "C&ode - OSS",
|
2016-01-22 19:01:54 +00:00
|
|
|
"darwinBundleIdentifier": "com.visualstudio.code.oss",
|
2019-03-08 19:17:38 +00:00
|
|
|
"linuxIconName": "com.visualstudio.code.oss",
|
2019-03-19 08:34:18 +00:00
|
|
|
"licenseFileName": "LICENSE.txt",
|
2020-09-15 23:13:49 +00:00
|
|
|
"reportIssueUrl": "https://github.com/microsoft/vscode/issues/new",
|
2018-11-02 11:13:22 +00:00
|
|
|
"urlProtocol": "code-oss",
|
2022-08-11 23:40:05 +00:00
|
|
|
"webviewContentExternalBaseUrlTemplate": "https://{{uuid}}.vscode-cdn.net/insider/ef65ac1ba57f57f2a3961bfe94aa20481caca4c6/out/vs/workbench/contrib/webview/browser/pre/",
|
2020-04-06 11:36:07 +00:00
|
|
|
"builtInExtensions": [
|
|
|
|
{
|
|
|
|
"name": "ms-vscode.js-debug-companion",
|
2022-05-02 21:44:48 +00:00
|
|
|
"version": "1.0.18",
|
2020-04-06 11:36:07 +00:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
2020-06-05 17:19:36 +00:00
|
|
|
"name": "ms-vscode.js-debug",
|
2022-11-07 18:50:10 +00:00
|
|
|
"version": "1.72.1",
|
2020-09-15 23:13:49 +00:00
|
|
|
"repo": "https://github.com/microsoft/vscode-js-debug",
|
2020-04-06 11:36:07 +00:00
|
|
|
"metadata": {
|
2020-06-08 21:19:21 +00:00
|
|
|
"id": "25629058-ddac-4e17-abba-74678e126c5d",
|
2020-04-06 11:36:07 +00:00
|
|
|
"publisherId": {
|
|
|
|
"publisherId": "5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee",
|
|
|
|
"publisherName": "ms-vscode",
|
|
|
|
"displayName": "Microsoft",
|
|
|
|
"flags": "verified"
|
|
|
|
},
|
|
|
|
"publisherDisplayName": "Microsoft"
|
|
|
|
}
|
2020-04-24 23:45:30 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "ms-vscode.vscode-js-profile-table",
|
2022-07-27 22:30:01 +00:00
|
|
|
"version": "1.0.3",
|
2021-02-19 17:10:40 +00:00
|
|
|
"repo": "https://github.com/microsoft/vscode-js-profile-visualizer",
|
2020-04-24 23:45:30 +00:00
|
|
|
"metadata": {
|
|
|
|
"id": "7e52b41b-71ad-457b-ab7e-0620f1fc4feb",
|
|
|
|
"publisherId": {
|
|
|
|
"publisherId": "5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee",
|
|
|
|
"publisherName": "ms-vscode",
|
|
|
|
"displayName": "Microsoft",
|
|
|
|
"flags": "verified"
|
|
|
|
},
|
|
|
|
"publisherDisplayName": "Microsoft"
|
|
|
|
}
|
2020-04-06 11:36:07 +00:00
|
|
|
}
|
2019-09-19 10:57:04 +00:00
|
|
|
]
|
2019-09-19 10:56:08 +00:00
|
|
|
}
|