product.json 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "nameShort": "Code - OSS",
  3. "nameLong": "Code - OSS",
  4. "applicationName": "code-oss",
  5. "dataFolderName": ".vscode-oss",
  6. "win32MutexName": "vscodeoss",
  7. "licenseName": "MIT",
  8. "licenseUrl": "https://github.com/microsoft/vscode/blob/main/LICENSE.txt",
  9. "serverLicenseUrl": "https://github.com/microsoft/vscode/blob/main/LICENSE.txt",
  10. "serverGreeting": [],
  11. "serverLicense": [],
  12. "serverLicensePrompt": "",
  13. "serverApplicationName": "code-server-oss",
  14. "serverDataFolderName": ".vscode-server-oss",
  15. "tunnelApplicationName": "code-tunnel-oss",
  16. "win32DirName": "Microsoft Code OSS",
  17. "win32NameVersion": "Microsoft Code OSS",
  18. "win32RegValueName": "CodeOSS",
  19. "win32x64AppId": "{{D77B7E06-80BA-4137-BCF4-654B95CCEBC5}",
  20. "win32arm64AppId": "{{D1ACE434-89C5-48D1-88D3-E2991DF85475}",
  21. "win32x64UserAppId": "{{CC6B787D-37A0-49E8-AE24-8559A032BE0C}",
  22. "win32arm64UserAppId": "{{3AEBF0C8-F733-4AD4-BADE-FDB816D53D7B}",
  23. "win32AppUserModelId": "Microsoft.CodeOSS",
  24. "win32ShellNameShort": "C&ode - OSS",
  25. "win32TunnelServiceMutex": "vscodeoss-tunnelservice",
  26. "win32TunnelMutex": "vscodeoss-tunnel",
  27. "darwinBundleIdentifier": "com.visualstudio.code.oss",
  28. "linuxIconName": "code-oss",
  29. "licenseFileName": "LICENSE.txt",
  30. "reportIssueUrl": "https://github.com/microsoft/vscode/issues/new",
  31. "nodejsRepository": "https://nodejs.org",
  32. "urlProtocol": "code-oss",
  33. "webviewContentExternalBaseUrlTemplate": "https://{{uuid}}.vscode-cdn.net/insider/ef65ac1ba57f57f2a3961bfe94aa20481caca4c6/out/vs/workbench/contrib/webview/browser/pre/",
  34. "builtInExtensions": [
  35. {
  36. "name": "ms-vscode.js-debug-companion",
  37. "version": "1.1.2",
  38. "sha256": "e034b8b41beb4e97e02c70f7175bd88abe66048374c2bd629f54bb33354bc2aa",
  39. "repo": "https://github.com/microsoft/vscode-js-debug-companion",
  40. "metadata": {
  41. "id": "99cb0b7f-7354-4278-b8da-6cc79972169d",
  42. "publisherId": {
  43. "publisherId": "5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee",
  44. "publisherName": "ms-vscode",
  45. "displayName": "Microsoft",
  46. "flags": "verified"
  47. },
  48. "publisherDisplayName": "Microsoft"
  49. }
  50. },
  51. {
  52. "name": "ms-vscode.js-debug",
  53. "version": "1.89.0",
  54. "sha256": "2abd9c01f711c0d60d40b722b5bed0930701be173931f3c6251906f692858221",
  55. "repo": "https://github.com/microsoft/vscode-js-debug",
  56. "metadata": {
  57. "id": "25629058-ddac-4e17-abba-74678e126c5d",
  58. "publisherId": {
  59. "publisherId": "5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee",
  60. "publisherName": "ms-vscode",
  61. "displayName": "Microsoft",
  62. "flags": "verified"
  63. },
  64. "publisherDisplayName": "Microsoft"
  65. }
  66. },
  67. {
  68. "name": "ms-vscode.vscode-js-profile-table",
  69. "version": "1.0.9",
  70. "sha256": "3b62ee4276a2bbea3fe230f94b1d5edd915b05966090ea56f882e1e0ab53e1a6",
  71. "repo": "https://github.com/microsoft/vscode-js-profile-visualizer",
  72. "metadata": {
  73. "id": "7e52b41b-71ad-457b-ab7e-0620f1fc4feb",
  74. "publisherId": {
  75. "publisherId": "5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee",
  76. "publisherName": "ms-vscode",
  77. "displayName": "Microsoft",
  78. "flags": "verified"
  79. },
  80. "publisherDisplayName": "Microsoft"
  81. }
  82. }
  83. ]
  84. }