Bump codicons version to 0.0.46-12 and add new compact icons#318010
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the @vscode/codicons dependency to 0.0.46-12 and extends VS Code’s generated codicon mapping with newly added (mostly compact) icons so the new glyphs can be referenced from the product code.
Changes:
- Bumps
@vscode/codiconsto^0.0.46-12in both the root andremote/webdependency sets (and lockfiles). - Adds new icon registrations (primarily
*-compact) tocodiconsLibrary.tsto reflect the updated codicons package.
Reviewed changes
Copilot reviewed 3 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/vs/base/common/codiconsLibrary.ts | Adds newly generated codicon registrations for the updated codicons font/package. |
| package.json | Bumps root @vscode/codicons dependency version. |
| package-lock.json | Updates root lockfile to @vscode/codicons@0.0.46-12. |
| remote/web/package.json | Bumps remote/web @vscode/codicons dependency version. |
| remote/web/package-lock.json | Updates remote/web lockfile to @vscode/codicons@0.0.46-12. |
Files not reviewed (1)
- remote/web/package-lock.json: Language not supported
roblourens
approved these changes
May 22, 2026
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.
Update the codicons package to version 0.0.46-12 and introduce several new compact icons for enhanced UI flexibility.