Add 'developer-tools' icon and update codicons version#318330
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates VS Code’s Codicons integration by adding a new developer-tools codicon entry to the built-in codicons library and bumping the @vscode/codicons dependency to 0.0.46-13 so consumers can use the new icon.
Changes:
- Add the
developer-toolsicon mapping tocodiconsLibrary. - Update
@vscode/codiconsto^0.0.46-13in root andremote/webpackage manifests. - Refresh corresponding
package-lock.jsonentries to the new codicons tarball + integrity.
Reviewed changes
Copilot reviewed 3 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/vs/base/common/codiconsLibrary.ts | Adds developerTools → developer-tools registration (codepoint 0xecbe) to the exported codicons library. |
| remote/web/package.json | Bumps @vscode/codicons dependency to ^0.0.46-13 for the web package. |
| remote/web/package-lock.json | Updates locked codicons version/resolved/integrity to 0.0.46-13. |
| package.json | Bumps root @vscode/codicons dependency to ^0.0.46-13. |
| package-lock.json | Updates locked codicons version/resolved/integrity to 0.0.46-13. |
Files not reviewed (1)
- remote/web/package-lock.json: Language not supported
chrmarti
approved these changes
May 26, 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.
Introduce a new 'developer-tools' icon to the codicons library and update the codicons package to version 0.0.46-13 across relevant files. This enhances the icon set available for developers.