chore: restore official VS Code app icon branding#224
Merged
Conversation
Replace Coderm custom "Geometric C" app icon with the official VS Code brand icon (blue), generated from the Microsoft brand asset. - App icons (.ico/.icns/.png/favicon): VS Code brand asset (vscode.png) via png2icons + sharp - code-icon.svg (titlebar): official vscode.svg - inno-*.bmp installer wizard images: revert Coderm branding to VSCode-origin - Remove coderm/icon-master.svg and dmg-background-coderm.tiff - letterpress watermark: kept as Coderm "C" (intentional) Brand asset: https://code.visualstudio.com/brand Co-Authored-By: Claude <noreply@anthropic.com>
This was referenced Jul 1, 2026
j4rviscmd
added a commit
that referenced
this pull request
Jul 1, 2026
This file was removed in #224 under the incorrect assumption that it was an unused dead asset (product.json quality=stable). However, the release CI builds with VSCODE_QUALITY=coderm, and create-dmg.ts loads dmg-background-${quality}.tiff at line 163 — so this file is required. Its absence broke the macOS DMG build in the v1.122.0-coderm.0.26.0 release. Co-authored-by: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Restores the official VS Code app icon (blue) across all platforms, replacing the Coderm custom "Geometric C" branding. Icons are generated from the Microsoft brand asset.
Changes
App icons — official VS Code brand (blue), generated from
vscode.png:code.ico/code.icns/code.png(Windows / macOS / Linux)code_70x70.png,code_150x150.png(Windows start tile)server/code-192.png,server/code-512.png,server/favicon.ico(PWA/Web)src/vs/workbench/browser/media/code-icon.svg(titlebar app icon)Reverts / removals:
inno-*.bmpinstaller wizard images: reverted Coderm branding to VSCode-origin (undoes fix: replace Inno Setup installer images with Coderm branding #127/fix: replace dark Inno Setup wizard images with white-background Coderm icon #145)resources/coderm/icon-master.svgandbuild/darwin/dmg-background-coderm.tiffIntentionally kept:
letterpress-*.svg(empty-editor watermark): kept as the Coderm "C". The VS Code standard watermark is identical in OSS and stable, so the Coderm "C" is retained as the only branding accent inside the editor.Notes
vscode.png, 1024x1024, 2021-06-21) usingpng2icons(ICO/ICNS) andsharp(PNG resizes)..github/assets/workbench.png(README screenshot) is intentionally left as-is; re-capturing is tracked as a separate task.🤖 Generated with Claude Code