diff --git a/product.json b/product.json
--- a/product.json
+++ b/product.json
@@ -1,95 +1,3 @@
{
- "nameShort": "Code - OSS",
- "nameLong": "Code - OSS",
- "applicationName": "code-oss",
- "dataFolderName": ".vscode-oss",
- "win32MutexName": "vscodeoss",
- "licenseName": "MIT",
- "licenseUrl": "https://github.com/microsoft/vscode/blob/main/LICENSE.txt",
- "serverLicenseUrl": "https://github.com/microsoft/vscode/blob/main/LICENSE.txt",
- "serverApplicationName": "code-server-oss",
- "serverDataFolderName": ".vscode-server-oss",
- "win32DirName": "Microsoft Code OSS",
- "win32NameVersion": "Microsoft Code OSS",
- "win32RegValueName": "CodeOSS",
- "win32AppId": "",
- "win32x64AppId": "",
- "win32arm64AppId": "",
- "win32UserAppId": "",
- "win32x64UserAppId": "",
- "win32arm64UserAppId": "",
- "win32AppUserModelId": "Microsoft.CodeOSS",
- "win32ShellNameShort": "C&ode - OSS",
- "darwinBundleIdentifier": "com.visualstudio.code.oss",
- "linuxIconName": "com.visualstudio.code.oss",
- "licenseFileName": "LICENSE.txt",
- "reportIssueUrl": "https://github.com/microsoft/vscode/issues/new",
- "urlProtocol": "code-oss",
- "webviewContentExternalBaseUrlTemplate": "https://{{uuid}}.vscode-cdn.net/insider/ef65ac1ba57f57f2a3961bfe94aa20481caca4c6/out/vs/workbench/contrib/webview/browser/pre/",
- "builtInExtensions": [
- {
- "name": "ms-vscode.js-debug",
- "version": "latest",
- "repo": "https://github.com/microsoft/vscode-js-debug",
- "metadata": {
- "id": "25629058-ddac-4e17-abba-74678e126c5d",
- "publisherId": {
- "publisherId": "5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee",
- "publisherName": "ms-vscode",
- "displayName": "Microsoft",
- "flags": "verified"
- },
- "publisherDisplayName": "Microsoft"
- }
- },
- {
- "name": "ms-vscode.js-debug-companion",
- "version": "latest",
- "repo": "https://github.com/microsoft/vscode-js-debug-companion",
- "metadata": {
- "id": "99cb0b7f-7354-4278-8ec1-708cd8e1fab7",
- "publisherId": {
- "publisherId": "941a0e64-8e57-4b6d-8a3b-123456789abc",
- "publisherName": "ms-vscode",
- "displayName": "Microsoft",
- "flags": "verified"
- },
- "publisherDisplayName": "Microsoft"
- }
- }
- ],
- "linkProtectionTrustedDomains": [
- "https://*.vscode-unpkg.net"
- ],
- "configurationDefaults": {
- "workbench.welcomePage.extraLinks": []
- }
+ // AbysiusCodium: product.json is injected at build time
}