Skip to content

Commit e10032a

Browse files
author
Miguel Solorio
authored
Merge pull request #101825 from microsoft/misolori/debug-icon
Update debug icon for action bar
2 parents 68079a9 + 247d3f4 commit e10032a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
460 Bytes
Binary file not shown.

src/vs/base/common/codicons.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,8 @@ export namespace Codicon {
471471
export const stopCircle = new Codicon('stop-circle', { character: '\\eba5' });
472472
export const playCircle = new Codicon('play-circle', { character: '\\eba6' });
473473
export const record = new Codicon('record', { character: '\\eba7' });
474+
export const debugAltSmall = new Codicon('debug-alt-small', { character: '\\eba8' });
475+
export const vmConnect = new Codicon('vm-connect', { character: '\\eba9' });
474476
}
475477

476478

0 commit comments

Comments
 (0)