mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-17 15:24:40 +01:00
registered in codicons.ts
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user