Skip to content

Commit

Permalink
update codicons (#240990)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero authored Feb 17, 2025
1 parent 7bb03d7 commit 099de6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified src/vs/base/browser/ui/codicons/codicon/codicon.ttf
Binary file not shown.
2 changes: 2 additions & 0 deletions src/vs/base/common/codiconsLibrary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -587,4 +587,6 @@ export const codiconsLibrary = {
copilotLarge: register('copilot-large', 0xec3a),
copilotWarningLarge: register('copilot-warning-large', 0xec3b),
keyboardTab: register('keyboard-tab', 0xec3c),
copilotBlocked: register('copilot-blocked', 0xec3d),
copilotNotConnected: register('copilot-not-connected', 0xec3e),
} as const;

0 comments on commit 099de6d

Please sign in to comment.