Skip to content

Conversation

@mrleemurray
Copy link
Contributor

Upgrade the @vscode/codicons package to the latest version and introduce a new 'claude' icon to the codicons library. This enhances the icon set available for use.

Copilot AI review requested due to automatic review settings January 29, 2026 17:26
@mrleemurray mrleemurray enabled auto-merge January 29, 2026 17:26
@mrleemurray mrleemurray self-assigned this Jan 29, 2026
@vs-code-engineering vs-code-engineering bot added this to the January 2026 milestone Jan 29, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request updates the @vscode/codicons package from version 0.0.45-2 to 0.0.45-4 and adds a new 'claude' icon to the codicons library. The change follows the existing pattern of adding AI provider icons (similar to the existing 'openai' icon).

Changes:

  • Updated @vscode/codicons dependency to version 0.0.45-4 in root and remote/web package.json files
  • Added 'claude' icon entry to codiconsLibrary.ts with unicode code point 0xec82
  • Updated package-lock.json files with new package version, resolved URLs, and integrity hashes

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 Added 'claude' icon entry following the sequence after 'openai' icon
remote/web/package.json Updated @vscode/codicons dependency to version 0.0.45-4
remote/web/package-lock.json Updated package lock with new version, resolved URL, and integrity hash
package.json Updated @vscode/codicons dependency to version 0.0.45-4
package-lock.json Updated package lock with new version, resolved URL, and integrity hash
Files not reviewed (1)
  • remote/web/package-lock.json: Language not supported

screenCut: register('screen-cut', 0xec7f),
ask: register('ask', 0xec80),
openai: register('openai', 0xec81),
claude: register('claude', 0xec82),
Copy link

Copilot AI Jan 29, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file has a comment at the top (lines 8-10) stating "This file is automatically generated by (microsoft/vscode-codicons)/scripts/export-to-ts.js. Please don't edit it, as your changes will be overwritten. Instead, add mappings to codiconsDerived in codicons.ts." However, this PR manually adds the 'claude' icon entry here. If this file is truly auto-generated from the vscode-codicons repository, this change could be overwritten by the next generation. Consider whether the icon should be added to codiconsDerived in codicons.ts instead, or if the codicons library package update should include this icon automatically.

Suggested change
claude: register('claude', 0xec82),

Copilot uses AI. Check for mistakes.
@mrleemurray mrleemurray merged commit 65b61f6 into main Jan 29, 2026
27 of 28 checks passed
@mrleemurray mrleemurray deleted the mrleemurray/moderate-coral-urial branch January 29, 2026 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants