@@ -244,7 +244,7 @@ export namespace Codicon {
244244 export const collapseAll = new Codicon ( 'collapse-all' , { character : '\\eac5' } ) ;
245245 export const colorMode = new Codicon ( 'color-mode' , { character : '\\eac6' } ) ;
246246 export const commentDiscussion = new Codicon ( 'comment-discussion' , { character : '\\eac7' } ) ;
247- export const compareChanges = new Codicon ( 'compare-changes' , { character : '\\eac8 ' } ) ;
247+ export const compareChanges = new Codicon ( 'compare-changes' , { character : '\\eafd ' } ) ;
248248 export const creditCard = new Codicon ( 'credit-card' , { character : '\\eac9' } ) ;
249249 export const dash = new Codicon ( 'dash' , { character : '\\eacc' } ) ;
250250 export const dashboard = new Codicon ( 'dashboard' , { character : '\\eacd' } ) ;
@@ -448,7 +448,6 @@ export namespace Codicon {
448448 export const debugReverseContinue = new Codicon ( 'debug-reverse-continue' , { character : '\\eb8e' } ) ;
449449 export const debugStepBack = new Codicon ( 'debug-step-back' , { character : '\\eb8f' } ) ;
450450 export const debugRestartFrame = new Codicon ( 'debug-restart-frame' , { character : '\\eb90' } ) ;
451- export const debugAlternate = new Codicon ( 'debug-alternate' , { character : '\\eb91' } ) ;
452451 export const callIncoming = new Codicon ( 'call-incoming' , { character : '\\eb92' } ) ;
453452 export const callOutgoing = new Codicon ( 'call-outgoing' , { character : '\\eb93' } ) ;
454453 export const menu = new Codicon ( 'menu' , { character : '\\eb94' } ) ;
@@ -465,10 +464,13 @@ export namespace Codicon {
465464 export const syncIgnored = new Codicon ( 'sync-ignored' , { character : '\\eb9f' } ) ;
466465 export const pinned = new Codicon ( 'pinned' , { character : '\\eba0' } ) ;
467466 export const githubInverted = new Codicon ( 'github-inverted' , { character : '\\eba1' } ) ;
468- export const debugAlt2 = new Codicon ( 'debug-alt-2' , { character : '\\f101' } ) ;
469467 export const debugAlt = new Codicon ( 'debug-alt' , { character : '\\f102' } ) ;
470468 export const serverProcess = new Codicon ( 'server-process' , { character : '\\eba2' } ) ;
471469 export const serverEnvironment = new Codicon ( 'server-environment' , { character : '\\eba3' } ) ;
470+ export const pass = new Codicon ( 'pass' , { character : '\\eba4' } ) ;
471+ export const stopCircle = new Codicon ( 'stop-circle' , { character : '\\eba5' } ) ;
472+ export const playCircle = new Codicon ( 'play-circle' , { character : '\\eba6' } ) ;
473+ export const record = new Codicon ( 'record' , { character : '\\eba7' } ) ;
472474}
473475
474476
0 commit comments