We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ec7570 commit 448259fCopy full SHA for 448259f
2 files changed
src/vs/base/browser/ui/codicons/codicon/codicon.ttf
508 Bytes
src/vs/base/common/codicons.ts
@@ -467,6 +467,8 @@ export namespace Codicon {
467
export const githubInverted = new Codicon('github-inverted', { character: '\\eba1' });
468
export const debugAlt2 = new Codicon('debug-alt-2', { character: '\\f101' });
469
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' });
472
}
473
474
0 commit comments