Skip to content

Commit

Permalink
Update Codicons: Add 'debug-continue-small' (refs #133293)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Solorio committed Sep 24, 2021
1 parent ad7b1cf commit 5fb1658
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified src/vs/base/browser/ui/codicons/codicon/codicon.ttf
Binary file not shown.
1 change: 1 addition & 0 deletions src/vs/base/common/codicons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,7 @@ export namespace Codicon {
export const debugCoverage = new Codicon('debug-coverage', { fontCharacter: '\\ebdd' });
export const runErrors = new Codicon('run-errors', { fontCharacter: '\\ebde' });
export const folderLibrary = new Codicon('folder-library', { fontCharacter: '\\ebdf' });
export const debugContinueSmall = new Codicon('debug-continue-small', { fontCharacter: '\\ebe0' });

export const dropDownButton = new Codicon('drop-down-button', Codicon.chevronDown.definition);
}
Expand Down

0 comments on commit 5fb1658

Please sign in to comment.