Skip to content

Commit 84ba0e1

Browse files
committed
Add github-project codicon to registry
1 parent b6feb4a commit 84ba0e1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/vs/base/common/codicons.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,11 +591,13 @@ export const Codicon = {
591591
gitStash: register('git-stash', 0xec26),
592592
gitStashApply: register('git-stash-apply', 0xec27),
593593
gitStashPop: register('git-stash-pop', 0xec28),
594-
coverage: register('coverage', 0xec2e),
595594
runAllCoverage: register('run-all-coverage', 0xec2d),
596595
runCoverage: register('run-all-coverage', 0xec2c),
596+
coverage: register('coverage', 0xec2e),
597+
githubProject: register('github-project', 0xec2f),
597598

598599
// derived icons, that could become separate icons
600+
// TODO: These mappings should go in the vscode-codicons mapping file
599601

600602
dialogError: register('dialog-error', 'error'),
601603
dialogWarning: register('dialog-warning', 'warning'),

0 commit comments

Comments
 (0)