Skip to content

Commit 06c3abf

Browse files
author
Miguel Solorio
committed
Update Codicons: add debug-alt-small and vm-connect (fixes microsoft#101026)
1 parent 4f9ebc3 commit 06c3abf

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

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)