Optimizes SVG image assets across the repository.#315479
Closed
prince-chhirolya wants to merge 1 commit into
Closed
Optimizes SVG image assets across the repository.#315479prince-chhirolya wants to merge 1 commit into
prince-chhirolya wants to merge 1 commit into
Conversation
Contributor
📬 CODENOTIFYThe following users are being notified based on files changed in this PR: @lszomoruMatched files:
@TylerLeonhardtMatched files:
|
Collaborator
|
This should be handled by a build script, not done on the source files |
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.
[ImgBot] Optimize images
📌 Description
This PR optimizes SVG image assets across the repository.
/src/vs/workbench/contrib/editTelemetry/common/arcTracker.dio.svg→ 30.7% smaller/src/vs/workbench/contrib/extensions/browser/media/loading.svg→ 25.4% smaller/src/vs/sessions/contrib/chat/browser/media/vscode-icon.svg→ kept original version to avoid conflictDetails
🎯 Why this change
vscode-icon.svgto preserve branding and avoid merge conflicts.✅ Checklist
🧪 Testing