# VSCodium De-Branding Patches
# These patches are applied to microsoft/vscode before building AbysiusCodium
# They remove Microsoft-specific branding, telemetry, and licensing
--- a/src/vs/platform/product/common/product.ts
+++ b/src/vs/platform/product/common/product.ts
@@ -1,5 +1,5 @@
// Placeholder: product.json is copied in at build time
// The actual product.json lives at the repo root and is copied
// into the build output during the build process.
-export const product = {
-};
+// AbysiusCodium: product.json is injected at build time via build.sh