Update codicons: add run-errors & folder-library

5435916907
This commit is contained in:
Miguel Solorio 2021-08-19 15:09:55 -07:00
parent d4a6ce7171
commit f351cd164d
2 changed files with 2 additions and 0 deletions

View file

@ -586,6 +586,8 @@ export namespace Codicon {
export const gitPullRequestDraft = new Codicon('git-pull-request-draft', { fontCharacter: '\\ebdb' });
export const debugAll = new Codicon('debug-all', { fontCharacter: '\\ebdc' });
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 dropDownButton = new Codicon('drop-down-button', Codicon.chevronDown.definition);
}