Skip to content

Commit 448259f

Browse files
author
Miguel Solorio
committed
Update Codicons: add 'server-process' and 'server-environment'
1 parent 3ec7570 commit 448259f

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

508 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
@@ -467,6 +467,8 @@ export namespace Codicon {
467467
export const githubInverted = new Codicon('github-inverted', { character: '\\eba1' });
468468
export const debugAlt2 = new Codicon('debug-alt-2', { character: '\\f101' });
469469
export const debugAlt = new Codicon('debug-alt', { character: '\\f102' });
470+
export const serverProcess = new Codicon('server-process', { character: '\\eba2' });
471+
export const serverEnvironment = new Codicon('server-environment', { character: '\\eba3' });
470472
}
471473

472474

0 commit comments

Comments
 (0)