registered in codicons.ts

This commit is contained in:
Elijah King
2026-03-27 11:16:25 -07:00
parent c53d64b94e
commit 53f549514a
2 changed files with 2 additions and 2 deletions

View File

@@ -47,6 +47,8 @@ export const codiconsDerived = {
gitFetch: register('git-fetch', 0xec1d),
lightbulbSparkleAutofix: register('lightbulb-sparkle-autofix', 0xec1f),
debugBreakpointPending: register('debug-breakpoint-pending', 0xebd9),
chatImport: register('chat-import', 0xec86),
chatExport: register('chat-export', 0xec87),
} as const;

View File

@@ -657,6 +657,4 @@ export const codiconsLibrary = {
openInWindow: register('open-in-window', 0xec83),
newSession: register('new-session', 0xec84),
terminalSecure: register('terminal-secure', 0xec85),
chatImport: register('chat-import', 0xec86),
chatExport: register('chat-export', 0xec87),
} as const;