Skip to content

Commit 247d3f4

Browse files
author
Miguel Solorio
committed
Update Codicons: add debug-alt-small and vm-connect (fixes #101026)
1 parent e95f9e6 commit 247d3f4

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)